wrong directory

This commit is contained in:
rowanc1
2013-11-26 18:41:25 -08:00
parent aea7386938
commit 217c7421e8
+1 -1
View File
@@ -5,7 +5,7 @@ virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
- python simpeg/SimPEG/setup.py
- python SimPEG/setup.py
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# command to run tests