Skip to content

Commit 0e3dd5e

Browse files
committed
Fix for test-reports being placed too high
1 parent cfdff60 commit 0e3dd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ distdir = build
3636
#changedir = tests
3737
#commands_pre = python setup.py dist build
3838
commands =
39-
{env:TOXBUILD:python -m pytest --junitxml=../test-reports/junit-{envname}.xml} {posargs}
39+
{env:TOXBUILD:python -m pytest --junitxml=test-reports/junit-{envname}.xml} {posargs}

0 commit comments

Comments
 (0)