Skip to content

Commit a206f73

Browse files
committed
Ensure that numpy is available
1 parent 65b8a99 commit a206f73

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
@@ -5,7 +5,7 @@ python:
55
- "3.5"
66

77
install:
8-
- pip install pytest
8+
- pip install pytest numpy
99
- python setup.py build
1010
- python setup.py install
1111

0 commit comments

Comments
 (0)