updated .travis.yml

master
pbrod 9 years ago
parent e6d51a1fab
commit fb450dcc2d

@ -35,9 +35,9 @@ before_install:
- sudo apt-get install gfortran
# Install packages
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
# - python setup.py build
- python setup.py build
- python setup.py install
# - conda build conda_recipe
# - conda install wafo --use-local

Loading…
Cancel
Save