updated .travis.yml

master
pbrod 9 years ago
parent 7b418ac2e3
commit ae12bf62b9

@ -36,9 +36,6 @@ 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
- 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