From cf6ab92c149d3f43185dfcba54cf138d2e74c5a1 Mon Sep 17 00:00:00 2001 From: pbrod Date: Fri, 27 May 2016 15:07:43 +0200 Subject: [PATCH] updated .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c7de9db..976a9d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ before_install: - sudo apt-get install gfortran # Install packages 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 coveralls - pip install codecov