Skip to content

Commit 7d538dd

Browse files
committed
Fix travis
1 parent fd3d24f commit 7d538dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ matrix:
1010
python: 3.6
1111

1212
before_install:
13-
- pip install --user numpy scipy matplotlib
13+
- pip install --upgrade pip setuptools wheel
14+
- pip install --only-binary=numpy,scipy numpy scipy
1415
- pip install spiceypy --no-cache-dir
16+
- pip install -r requirements.txt
1517
install:
1618
- python setup.py install
1719
script:

0 commit comments

Comments
 (0)