diff --git a/.travis.yml b/.travis.yml index 685e5a9..c279d24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,9 @@ matrix: - python: pypy - python: pypy3 -install: - - pip install msoffcrypto-tool +# msoffcrypto-tool causes issues on PyPy +#install: +# - pip install msoffcrypto-tool script: - python setup.py test