8000 Add pytest dependencies · MacPython/matplotlib-wheels@64e13a0 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 64e13a0

Browse files
committed
Add pytest dependencies
1 parent 90a94c0 commit 64e13a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ install:
119119
- python rm_test_images.py wheelhouse/*.whl
120120

121121
script:
122-
- TEST_DEPENDS="numpy==$NP_TEST_DEP pytest mock sphinx"
122+
- TEST_DEPENDS="numpy==$NP_TEST_DEP pytest mock sphinx pytest pytest-cov pytest-timeout pytest-xdist pytest-faulthandler"
123123
# increase number of open files allowed for tests, on OSX
124124
# https://github.com/matplotlib/matplotlib/issues/3315
125125
- ulimit -n 4096

0 commit comments

Comments
 (0)
0