Commit 1a2c90ee74f2e04ae61daa43faf231e639ffb68f

Authored by Christian Herdtweck
1 parent b0ed8f11

travis: install msoffcrypto-tool before testing

Showing 1 changed file with 3 additions and 0 deletions
.travis.yml
... ... @@ -17,5 +17,8 @@ matrix:
17 17 - python: pypy
18 18 - python: pypy3
19 19  
  20 +install:
  21 + - pip install msoffcrypto-tool
  22 +
20 23 script:
21 24 - python setup.py test
... ...