added installation of numdifftools on travis

master
pbrod 9 years ago
parent 3682546a6c
commit 25e4e72681

@ -35,7 +35,7 @@ before_install:
- sudo apt-get install gfortran
# Install packages
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pytest
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pytest numdifftools
- pip install coveralls
- python setup.py build
- python setup.py install

Loading…
Cancel
Save