Skip to content

Commit

Permalink
Changes to use pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Dec 4, 2023
1 parent ee2e0e9 commit 43bf4e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ passenv =
setenv =
PYTHONPATH = {toxinidir}
deps =
build
setuptools >= 65
wheel
-rrequirements.txt
-rtest_requirements.txt
coverage: coverage
wheel:
build
wheel
commands =
py3{7,8,9,10,11,12}: ./run_tests.py
coverage: coverage erase
Expand Down

0 comments on commit 43bf4e1

Please sign in to comment.