diff --git a/.travis.yml b/.travis.yml index 1ca17dcb6e..5ea7780b6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,11 +31,8 @@ before_install: - conda update --yes conda install: - - pip install pbr==0.8.1 - - conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy=1.9.0 scipy=0.16.0 nose scikit-learn=0.16.1 + - conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy=1.9.0 scipy=0.16.0 nose scikit-learn=0.16.1 Cython pandas - pip install mock --no-deps - - pip install Cython --no-deps - - pip install pandas --no-deps - pip install lockfile==0.10.2 --no-deps - pip install pep8 python-coveralls - pip install coverage