updated .travis.yml

master
pbrod 9 years ago
parent b9fd1d2c40
commit cf6ab92c14

@ -35,7 +35,7 @@ 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 matplotlib nose pytest-pep8 pytest-cov mpmath - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pytest matplotlib nose pytest-pep8 pytest-cov mpmath pillow
- pip install numdifftools - pip install numdifftools
- pip install coveralls - pip install coveralls
- pip install codecov - pip install codecov

Loading…
Cancel
Save