Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6ee7940

Browse filesBrowse files
authored
Merge pull request #11478 from QuLogic/backport-11444
Backport of #11444 to v2.2.2-doc.
2 parents 589f071 + 2030241 commit 6ee7940
Copy full SHA for 6ee7940

File tree

Expand file treeCollapse file tree

1 file changed

+6
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+6-2Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,12 @@ env:
5353
- PANDAS=
5454
- PILLOW=pillow
5555
- PYPARSING=pyparsing
56-
- PYTEST='pytest!=3.3.0,>=3.2.0'
56+
# pytest-timeout master depends on pytest>=3.6. Testing with pytest 3.1 is
57+
# still supported; this is tested by the first matrix entry.
58+
- PYTEST='pytest>=3.6'
5759
- PYTEST_COV=pytest-cov
5860
- PYTEST_PEP8=
61+
- PYTEST_TIMEOUT=pytest-timeout
5962
- SPHINX=sphinx
6063
- OPENBLAS_NUM_THREADS=1
6164
- NPROC=2
@@ -78,6 +81,7 @@ matrix:
7881
- PYPARSING=pyparsing==2.0.1
7982
- PYTEST=pytest==3.1.0
8083
- PYTEST_COV=pytest-cov==2.3.1
84+
- PYTEST_TIMEOUT=pytest-timeout==1.2.1 # Newer pytest-timeouts don't support pytest <3.4.
8185
- SPHINX=sphinx==1.3
8286
- python: 3.4
8387
env: PYTHON_ARGS=-OO
@@ -172,7 +176,7 @@ install:
172176
pytest-faulthandler \
173177
$PYTEST_PEP8 \
174178
pytest-rerunfailures \
175-
pytest-timeout \
179+
$PYTEST_TIMEOUT \
176180
pytest-xdist
177181
178182
# Use the special local version of freetype for testing

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.