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 1ece648 commit 4c6ec99Copy full SHA for 4c6ec99
tox.ini
@@ -51,9 +51,8 @@ deps =
51
nose
52
hypothesis>=3.56
53
{env:_PYTEST_TOX_EXTRA_DEP:}
54
-changedir=testing
55
commands =
56
- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n8 -ra {posargs:.}
+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n8 -ra {posargs:testing}
57
58
[testenv:py36-xdist]
59
deps = {[testenv:py27-xdist]deps}
@@ -81,12 +80,11 @@ deps =
81
80
mock
82
83
distribute = true
84
85
setenv =
86
{[testenv]setenv}
87
PYTHONDONTWRITEBYTECODE=1
88
89
- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n3 -ra {posargs:.}
+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n3 -ra {posargs:testing}
90
91
[testenv:py27-trial]
92
deps =
0 commit comments