From a8c6df563e56d3f62a98c16d85c46d9c0ee1eedc Mon Sep 17 00:00:00 2001 From: hugovk Date: Wed, 21 Dec 2016 22:01:55 +0200 Subject: [PATCH] pip install olefile --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2b3b49d99..4e655f81c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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