Skip to content

Commit b7d5306

Browse files
committed
Try using changedir.
1 parent 1214d1b commit b7d5306

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ deps =
2121
pytest
2222
pytest-tap
2323
commands =
24-
pytest --tap-files --tap-outdir=results {envsitepackagesdir}/tap
24+
pytest --tap-files --tap-outdir=results
2525
tappy results
26+
changedir = {envsitepackagesdir}/tap
2627

2728
[testenv:coverage]
2829
setenv =

0 commit comments

Comments
 (0)