updated .travis.yml

master
pbrod 9 years ago
parent 7b354864c4
commit 7b418ac2e3

@ -36,7 +36,9 @@ before_install:
# 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
- pip install pil - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
conda install --yes pil
fi
- pip install numdifftools - pip install numdifftools
- pip install coveralls - pip install coveralls
- pip install codecov - pip install codecov

Loading…
Cancel
Save