mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-29 08:32:04 +08:00
Upgrade Scipy on travis.
This commit is contained in:
+3
-1
@@ -4,7 +4,9 @@ python:
|
||||
virtualenv:
|
||||
system_site_packages: true
|
||||
before_install:
|
||||
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
|
||||
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib python-pip
|
||||
- sudo pip install scipy --upgrade
|
||||
- sudo pip install numpy --upgrade
|
||||
- python SimPEG/setup.py
|
||||
# command to install dependencies
|
||||
install: "pip install -r requirements.txt --use-mirrors"
|
||||
|
||||
Reference in New Issue
Block a user