Moves Travis gfortran install to "before" step so that it has root.

This commit is contained in:
Eddie Hebert
2012-10-19 15:23:26 -04:00
parent f1cfacd6e4
commit 14104a3866
+3 -2
View File
@@ -1,11 +1,12 @@
language: python
python:
- "2.7"
install:
before_install:
- 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
before_script:
- "flake8 zipline tests"
script:
- nosetests
- nosetesst