Commented out installation of gfortran on travis

master
pbrod 9 years ago
parent f80a4e7a53
commit a42649762a

@ -32,7 +32,7 @@ before_install:
- conda config --add channels https://conda.anaconda.org/omnia - conda config --add channels https://conda.anaconda.org/omnia
- conda config --add channels https://conda.anaconda.org/pbrod - conda config --add channels https://conda.anaconda.org/pbrod
- source activate condaenv - source activate condaenv
- sudo apt-get install gfortran # - sudo apt-get install gfortran
# Install packages # Install packages
install: install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pytest numdifftools matplotlib nose - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pytest numdifftools matplotlib nose

Loading…
Cancel
Save