We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3d24f commit 7d538ddCopy full SHA for 7d538dd
.travis.yml
@@ -10,8 +10,10 @@ matrix:
10
python: 3.6
11
12
before_install:
13
-- pip install --user numpy scipy matplotlib
+- pip install --upgrade pip setuptools wheel
14
+- pip install --only-binary=numpy,scipy numpy scipy
15
- pip install spiceypy --no-cache-dir
16
+- pip install -r requirements.txt
17
install:
18
- python setup.py install
19
script:
0 commit comments