Rollback python-magic, default version is broken on magic 5.09

pull/2/head
Raphaël Vinot 2015-11-05 16:54:10 +01:00
parent 1a2637b252
commit 04939bf903
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ install:
- popd
- pip install lxml
- pip install officedissector
- pip install python-magic
- pip install git+https://github.com/Rafiot/python-magic.git@travis
- if [ $(python -c 'import sys; print(sys.version_info.major)') == '2' ]; then pip install oletools olefile ; fi
- pip install coveralls
- pip install codecov