Skip to content

Commit

Permalink
remove tox
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Jan 20, 2024
1 parent 6db1d6a commit 70f2471
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ jobs:
- "5.0.0"
- "6.0.0"
- "6.1.0"
- "7.0.0"

steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install Tox and any other packages
- name: Install Dependencies
run: |
pip install tox
pip install -r ./requirements.txt
pip install "robotframework~=${{ matrix.robotframework }}"
pip install pytest
pip install -r ./requirements.txt
pip install "robotframework~=${{ matrix.robotframework }}"
- name: Run Tox
# Run tox using the version of Python in `PATH`
run: tox -e py
- name: Run Pytest
run: pytest tests
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ natsort==8.2.0
pre-commit==2.14.1
pytest==6.2.5
robotframework==4.0.3
tox==3.24.3
virtualenv==20.4.4
robotframework-stacktrace==0.4.1
10 changes: 0 additions & 10 deletions tox.ini

This file was deleted.

0 comments on commit 70f2471

Please sign in to comment.