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

Commit 47c976f

Browse files
committed
Add pytest to test dependencies
1 parent c17cd6d commit 47c976f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
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 nose mock sphinx"
122+
- TEST_DEPENDS="numpy==$NP_TEST_DEP pytest mock sphinx"
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)