Thanks to visit codestin.com Credit goes to github.com
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 f881e9b commit 8e29b1cCopy full SHA for 8e29b1c
.travis.yml
@@ -58,6 +58,7 @@ env:
58
- PYTEST='pytest>=3.4'
59
- PYTEST_COV=pytest-cov
60
- PYTEST_PEP8=
61
+ - PYTEST_TIMEOUT=pytest-timeout
62
- SPHINX=sphinx
63
# Variables controlling the build.
64
- MPLLOCALFREETYPE=1
@@ -86,6 +87,7 @@ matrix:
86
87
- PYPARSING=pyparsing==2.0.1
88
- PYTEST=pytest==3.4
89
- PYTEST_COV=pytest-cov==2.3.1
90
+ - PYTEST_TIMEOUT==1.2.1 # Newer pytest-timeouts don't support pytest 3.4.
91
- SPHINX=sphinx==1.3
92
- python: 3.5
93
env:
@@ -177,7 +179,7 @@ install:
177
179
pytest-faulthandler \
178
180
$PYTEST_PEP8 \
181
pytest-rerunfailures \
- pytest-timeout \
182
+ $PYTEST_TIMEOUT \
183
pytest-xdist
184
- |
185
# Install matplotlib
0 commit comments