From 4c987178ab8aeb9609ae86fe299fe792ecd08a0b Mon Sep 17 00:00:00 2001 From: pbrod Date: Fri, 27 May 2016 08:05:03 +0200 Subject: [PATCH] Added newest numdifftools --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eda4f4c..eccde25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,8 @@ before_install: - sudo apt-get install gfortran # Install packages 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 codecov - python setup.py build