We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdff60 commit 0e3dd5eCopy full SHA for 0e3dd5e
tox.ini
@@ -36,4 +36,4 @@ distdir = build
36
#changedir = tests
37
#commands_pre = python setup.py dist build
38
commands =
39
- {env:TOXBUILD:python -m pytest --junitxml=../test-reports/junit-{envname}.xml} {posargs}
+ {env:TOXBUILD:python -m pytest --junitxml=test-reports/junit-{envname}.xml} {posargs}
0 commit comments