Skip to content

Commit

Permalink
#55: trying a workaround for pytest-dev/pytest-xdist#131 / pytest-dev…
Browse files Browse the repository at this point in the history
…/pytest-xdist#9

Signed-off-by: Julien Nicoulaud <julien.nicoulaud@gmail.com>
  • Loading branch information
nicoulaj committed Mar 19, 2017
1 parent 7a63558 commit 9ba732f
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 @@ -29,7 +29,7 @@ deps =
-r{toxinidir}/requirements-build.txt
-r{toxinidir}/requirements-test.txt
commands = py.test \
-n auto \
-n 2 \
--html=build/tests/{envname}/reports/tests.html \
--cov rainbow \
--cov-report term \
Expand Down

0 comments on commit 9ba732f

Please sign in to comment.