Skip to content

Commit 8a3a8cb

Browse files
committed
adding pip install nose
nose is required for the numpy.test.decorators.skipif() function used in the test cases in test.py.
1 parent b25591c commit 8a3a8cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ install:
3333
pip install $NUMPY
3434
pip install $MPL
3535
pip install -r requirements.txt
36+
pip install nose
3637
- |
3738
cd geos-3.3.3
3839
export GEOS_DIR=$HOME/.local/

0 commit comments

Comments
 (0)