"sudo install me a gfortran"

This commit is contained in:
Eddie Hebert
2012-10-19 15:25:58 -04:00
parent 14104a3866
commit a789e8d6ff
+1 -1
View File
@@ -2,7 +2,7 @@ language: python
python:
- "2.7"
before_install:
- apt-get install gfortran
- sudo apt-get install gfortran
install:
- cat etc/requirements_dev.txt | grep -v "^#" | grep -v "^$" | grep -v ipython | grep -v nose | xargs pip install
- etc/ordered_pip.sh etc/requirements.txt