pip install olefile

This commit is contained in:
hugovk 2016-12-21 22:01:55 +02:00
parent 50408568cb
commit a8c6df563e

View File

@ -24,6 +24,7 @@ install:
- "travis_retry pip install cffi"
- "travis_retry pip install nose"
- "travis_retry pip install check-manifest"
- "travis_retry pip install olefile"
# Pyroma tests sometimes hang on PyPy; skip
- if [ $TRAVIS_PYTHON_VERSION != "pypy" ]; then travis_retry pip install pyroma; fi