Added newest numdifftools

master
pbrod 9 years ago
parent d5f6505b33
commit 4c987178ab

@ -35,7 +35,8 @@ 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 numdifftools 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 numdifftools
- pip install coveralls - pip install coveralls
- pip install codecov - pip install codecov
- python setup.py build - python setup.py build

Loading…
Cancel
Save