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 655ad9e commit 32cdb6bCopy full SHA for 32cdb6b
1 file changed
.travis.yml
@@ -59,6 +59,7 @@ env:
59
- PYPARSING=pyparsing
60
- PYTEST='pytest>=3.6.1'
61
- PYTEST_COV=pytest-cov
62
+ - PYTEST_RERUNFAILURES=pytest-rerunfailures
63
- PYTEST_PEP8=
64
- PYTEST_TIMEOUT=pytest-timeout
65
- SPHINX=sphinx
@@ -84,6 +85,7 @@ matrix:
84
85
- PYPARSING=pyparsing==2.0.1
86
- PYTEST=pytest==3.6.1
87
- PYTEST_COV=pytest-cov==2.3.1
88
+ - PYTEST_RERUNFAILURES='pytest-rerunfailures<6' # 6 needs pytest >=3.8
89
- PYTEST_TIMEOUT=pytest-timeout==1.2.1 # Newer pytest-timeouts don't support pytest <3.4.
90
- SPHINX=sphinx==1.3
91
- python: 3.4
@@ -180,7 +182,7 @@ install:
180
182
$PYTEST_COV \
181
183
pytest-faulthandler \
184
$PYTEST_PEP8 \
- pytest-rerunfailures \
185
+ $PYTEST_RERUNFAILURES \
186
$PYTEST_TIMEOUT \
187
pytest-xdist
188
0 commit comments