From ae12bf62b9afbd017e82d473bd8b7ccc3ba19fae Mon Sep 17 00:00:00 2001 From: pbrod Date: Fri, 27 May 2016 13:37:02 +0200 Subject: [PATCH] updated .travis.yml --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 30c165b..c7de9db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,9 +36,6 @@ before_install: # Install packages install: - 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 coveralls - pip install codecov