Skip to content

Commit

Permalink
Move requirements into files
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Oct 31, 2024
1 parent 76daa33 commit 73cb9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = python27,python33,python34,python35,python36,python37,python38,python3

[testenv]
deps =
-r {toxinidir}/tox/{envname}-requirements.txt
-r{toxinidir}/tox/{envname}-requirements.txt
commands =
coverage run --branch --source=python_minifier -m pytest {posargs:test} --junitxml=junit-{envname}.xml --maxfail=1 --verbose
coverage report
Expand Down

0 comments on commit 73cb9ed

Please sign in to comment.