Skip to content

Commit

Permalink
Tox support for conditional pytest arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
amysutedja committed Apr 2, 2020
1 parent ffa1c26 commit ffc4333
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 @@ -36,4 +36,4 @@ distdir = build
#changedir = tests
#commands_pre = python setup.py dist build
commands =
{env:TOXBUILD:python -m pytest --junitxml=../test-reports/junit-{envname}.xml}
{env:TOXBUILD:python -m pytest --junitxml=../test-reports/junit-{envname}.xml} {posargs}

0 comments on commit ffc4333

Please sign in to comment.