Install pyroma for all

This commit is contained in:
hugovk 2017-06-09 00:00:34 +03:00
parent 4f12862d6c
commit 7fc4cfafa2

View File

@ -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