Refactor tox.ini so pluggymaster envs share definitions
This commit is contained in:
parent
9bbf14d0f6
commit
d9992558fc
6
tox.ini
6
tox.ini
|
@ -127,12 +127,12 @@ deps =
|
||||||
git+https://github.com/pytest-dev/pluggy.git@master
|
git+https://github.com/pytest-dev/pluggy.git@master
|
||||||
|
|
||||||
[testenv:py35-pluggymaster]
|
[testenv:py35-pluggymaster]
|
||||||
passenv={[testenv]passenv}
|
passenv={[testenv:py27-pluggymaster]passenv}
|
||||||
commands={[testenv]commands}
|
commands={[testenv:py27-pluggymaster]commands}
|
||||||
setenv=
|
setenv=
|
||||||
_PYTEST_SETUP_SKIP_PLUGGY_DEP=1
|
_PYTEST_SETUP_SKIP_PLUGGY_DEP=1
|
||||||
deps =
|
deps =
|
||||||
{[testenv]deps}
|
{[testenv:py27-pluggymaster]deps}
|
||||||
git+https://github.com/pytest-dev/pluggy.git@master
|
git+https://github.com/pytest-dev/pluggy.git@master
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
|
|
Loading…
Reference in New Issue