@ -35,7 +35,7 @@ before_install:
- sudo apt-get install gfortran
# Install packages
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pytest numdifftools
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pytest numdifftools matplotlib
- pip install coveralls
# - python setup.py build
- python setup.py install
@ -3,4 +3,5 @@ six
numpy>=1.4
numdifftools>=0.2
scipy>=0.9
matplotlib