Updated .travis.yml

master
Per A Brodtkorb 8 years ago
parent 094c73f2f8
commit 851d19def0

@ -35,7 +35,7 @@ before_install:
- sudo apt-get install gfortran
# Install packages
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy nose pytest matplotlib pytest-pep8 pytest-cov mpmath pillow
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy nose pytest matplotlib pytest-pep8 pytest-cov mpmath pillow numba
- pip install numdifftools
- pip install coveralls
- pip install codecov

Loading…
Cancel
Save