From fc660e7e500756eabcc27f7befea624bd5e631e2 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Wed, 3 Mar 2021 23:45:26 +0100 Subject: [PATCH] travis.yml: removed msoffcrypto-tool to avoid issues with PyPy --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- libgit2 0.21.4