File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,11 @@ envlist =
21
21
[testenv]
22
22
commands = pytest --lsof -ra {posargs:testing}
23
23
passenv = USER USERNAME
24
- setenv =
25
- pluggymaster: _PYTEST_SETUP_SKIP_PLUGGY_DEP =1
26
24
deps =
27
25
hypothesis>=3.5.2
28
26
nose
29
27
mock
30
28
requests
31
- pluggymaster: git+https://github.com/pytest-dev/pluggy.git@master
32
29
33
30
[testenv:py26]
34
31
commands = pytest --lsof -ra {posargs:testing}
@@ -120,6 +117,24 @@ deps=numpy
120
117
commands =
121
118
pytest -ra {posargs:testing/python/approx.py}
122
119
120
+ [testenv:py27-pluggymaster]
121
+ passenv ={[testenv]passenv}
122
+ commands ={[testenv]commands}
123
+ setenv =
124
+ _PYTEST_SETUP_SKIP_PLUGGY_DEP =1
125
+ deps =
126
+ {[testenv]deps}
127
+ git+https://github.com/pytest-dev/pluggy.git@master
128
+
129
+ [testenv:py35-pluggymaster]
130
+ passenv ={[testenv]passenv}
131
+ commands ={[testenv]commands}
132
+ setenv =
133
+ _PYTEST_SETUP_SKIP_PLUGGY_DEP =1
134
+ deps =
135
+ {[testenv]deps}
136
+ git+https://github.com/pytest-dev/pluggy.git@master
137
+
123
138
[testenv:docs]
124
139
skipsdist = True
125
140
usedevelop = True
You can’t perform that action at this time.
0 commit comments