|
|
@ -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
|
|
|
|