Skip to content

Commit c0c859c

Browse files
authored
Merge pull request #2799 from blueyed/cleanup-tox.ini
minor: cleanup tox.ini
2 parents de0d19c + 8759671 commit c0c859c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ deps =
2828
requests
2929

3030
[testenv:py26]
31-
commands = pytest --lsof -ra {posargs:testing}
3231
# pinning mock to last supported version for python 2.6
3332
deps =
3433
hypothesis<3.0
@@ -117,17 +116,13 @@ commands=
117116
pytest -ra {posargs:testing/python/approx.py}
118117

119118
[testenv:py27-pluggymaster]
120-
passenv={[testenv]passenv}
121-
commands={[testenv]commands}
122119
setenv=
123120
_PYTEST_SETUP_SKIP_PLUGGY_DEP=1
124121
deps =
125122
{[testenv]deps}
126123
git+https://github.com/pytest-dev/pluggy.git@master
127124

128125
[testenv:py35-pluggymaster]
129-
passenv={[testenv:py27-pluggymaster]passenv}
130-
commands={[testenv:py27-pluggymaster]commands}
131126
setenv=
132127
_PYTEST_SETUP_SKIP_PLUGGY_DEP=1
133128
deps =

0 commit comments

Comments
 (0)