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-CI: added Python 3.8, removed 3.4 and nightly
    b4f8d2e4
    decalage2 authored
    2020-05-05 21:59:15 +0200  
    Browse Code ยป
.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