mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-16 11:21:38 +08:00
try to get travis working.
This commit is contained in:
+5
-1
@@ -1,7 +1,11 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
virtualenv:
|
||||
system_site_packages: true
|
||||
before_install:
|
||||
- sudo apt-get install -qq python-numpy python-scipy
|
||||
# command to install dependencies
|
||||
install: "pip install -r requirements.txt"
|
||||
install: "pip install -r requirements.txt --use-mirrors"
|
||||
# command to run tests
|
||||
script: nosetests
|
||||
|
||||
Reference in New Issue
Block a user