Skip to content

Commit

Permalink
fix tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
gcseter committed Oct 9, 2024
1 parent ed15b4f commit cd67218
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: make test_install
run: make reqs-ci

- name: Run tests
run: make test-ci
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ test_install: install
test: test_install
python3 setup.py test

reqs-ci:
pip install tox-gh

test-ci:
tox

Expand Down
1 change: 0 additions & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
tox
tox-gh
parameterized

0 comments on commit cd67218

Please sign in to comment.