File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 55
55
- NUMPY=numpy
56
56
- PANDAS=
57
57
- PYPARSING=pyparsing
58
- - PYTEST='pytest>=3.4'
58
+ # pytest-timeout master depends on pytest>=3.6. Testing with pytest 3.4 is
59
+ # still supported; this is tested by the first matrix entry.
60
+ - PYTEST='pytest>=3.6'
59
61
- PYTEST_COV=pytest-cov
60
62
- PYTEST_PEP8=
63
+ - PYTEST_TIMEOUT=pytest-timeout
61
64
- SPHINX=sphinx
62
65
# Variables controlling the build.
63
66
- MPLLOCALFREETYPE=1
@@ -86,6 +89,7 @@ matrix:
86
89
- PYPARSING=pyparsing==2.0.1
87
90
- PYTEST=pytest==3.4
88
91
- PYTEST_COV=pytest-cov==2.3.1
92
+ - PYTEST_TIMEOUT=pytest-timeout==1.2.1 # Newer pytest-timeouts don't support pytest 3.4.
89
93
- SPHINX=sphinx==1.3
90
94
- python : 3.5
91
95
env :
@@ -177,7 +181,7 @@ install:
177
181
pytest-faulthandler \
178
182
$PYTEST_PEP8 \
179
183
pytest-rerunfailures \
180
- pytest-timeout \
184
+ $PYTEST_TIMEOUT \
181
185
pytest-xdist
182
186
- |
183
187
# Install matplotlib
You can’t perform that action at this time.
0 commit comments