Commit fc660e7e500756eabcc27f7befea624bd5e631e2
1 parent
f1d12815
travis.yml: removed msoffcrypto-tool to avoid issues with PyPy
Showing
1 changed file
with
3 additions
and
2 deletions
.travis.yml
| @@ -12,8 +12,9 @@ matrix: | @@ -12,8 +12,9 @@ matrix: | ||
| 12 | - python: pypy | 12 | - python: pypy |
| 13 | - python: pypy3 | 13 | - python: pypy3 |
| 14 | 14 | ||
| 15 | -install: | ||
| 16 | - - pip install msoffcrypto-tool | 15 | +# msoffcrypto-tool causes issues on PyPy |
| 16 | +#install: | ||
| 17 | +# - pip install msoffcrypto-tool | ||
| 17 | 18 | ||
| 18 | script: | 19 | script: |
| 19 | - python setup.py test | 20 | - python setup.py test |