From f023c6af8a8f564b6798559c9f53044628bcc936 Mon Sep 17 00:00:00 2001 From: pbrod Date: Thu, 26 May 2016 13:33:17 +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 a40f642..eda4f4c 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 numdifftools matplotlib nose + - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pytest numdifftools matplotlib nose pytest-pep8 pytest-cov mpmath - pip install coveralls - pip install codecov - python setup.py build