Logo white

Peter M. Groen / oletools

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • oletools
  • .travis.yml
  • travis.yml: removed msoffcrypto-tool to avoid issues with PyPy
    fc660e7e
    decalage2 authored
    2021-03-03 23:45:26 +0100  
    Browse Code ยป
.travis.yml 309 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
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

# msoffcrypto-tool causes issues on PyPy
#install:
#  - pip install msoffcrypto-tool

script:
  - python setup.py test