.travis.yml 266 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 language: python cache: pip sudo: false matrix: include: - python: 2.7 - python: 3.5 - python: 3.6 - python: 3.7 - python: 3.8 - python: pypy - python: pypy3 install: - pip install msoffcrypto-tool script: - python setup.py test