Peter M. Groen
/
oletools
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
1a2c90ee74f2e04ae61daa43faf231e639ffb68f
Authored by
Christian Herdtweck
2019-03-25 13:06:10 +0100
1 parent
b0ed8f11
travis: install msoffcrypto-tool before testing
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
.travis.yml
.travis.yml
View file @
1a2c90e
@@ -17,5 +17,8 @@ matrix:
@@ -17,5 +17,8 @@ matrix:
17
- python: pypy
17
- python: pypy
18
- python: pypy3
18
- python: pypy3
19
19
20
+install:
21
+ - pip install msoffcrypto-tool
22
+
20
script:
23
script:
21
- python setup.py test
24
- python setup.py test