From 7fc4cfafa253dd5c7eda4bfead1bece7c87fc041 Mon Sep 17 00:00:00 2001 From: hugovk Date: Fri, 9 Jun 2017 00:00:34 +0300 Subject: [PATCH] Install pyroma for all --- .travis/install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis/install.sh b/.travis/install.sh index 4b7503bed..259d33e55 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -9,12 +9,10 @@ pip install cffi pip install nose pip install check-manifest pip install olefile -# Pyroma tests sometimes hang on PyPy; skip -if [ "$TRAVIS_PYTHON_VERSION" != "pypy" ]; then pip install pyroma; fi - +pip install pyroma pip install coverage -# docs only on python 2.7 +# docs only on Python 2.7 if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then pip install -r requirements.txt ; fi # clean checkout for manifest