|
|
@ -35,9 +35,9 @@ before_install:
|
|
|
|
- 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
|
|
|
|
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pytest numdifftools matplotlib nose
|
|
|
|
- pip install coveralls
|
|
|
|
- pip install coveralls
|
|
|
|
# - python setup.py build
|
|
|
|
- python setup.py build
|
|
|
|
- python setup.py install
|
|
|
|
- python setup.py install
|
|
|
|
# - conda build conda_recipe
|
|
|
|
# - conda build conda_recipe
|
|
|
|
# - conda install wafo --use-local
|
|
|
|
# - conda install wafo --use-local
|
|
|
|