Temporarily disable 42.zip in travis build

pull/16/head
Dan Puttick 2017-07-16 20:18:05 -04:00
parent 9761d44eda
commit 814f7b84a1
1 changed files with 4 additions and 5 deletions

View File

@ -36,7 +36,7 @@ install:
- pip install git+https://github.com/grierforensics/officedissector.git - pip install git+https://github.com/grierforensics/officedissector.git
# PyCIRCLean dependencies # PyCIRCLean dependencies
- pip install -r dev-requirements.txt - pip install -r dev-requirements.txt
- pip install coveralls codecov - pip install codecov
# Testing dependencies # Testing dependencies
- sudo apt-get install rar - sudo apt-get install rar
# Prepare tests # Prepare tests
@ -67,9 +67,9 @@ install:
- unzip -o fraunhoferlibrary.zip - unzip -o fraunhoferlibrary.zip
- rm fraunhoferlibrary.zip - rm fraunhoferlibrary.zip
- popd - popd
- pushd tests/dangerous/ # - pushd tests/dangerous/
- 7z x -p42 42.zip # - 7z x -p42 42.zip
- popd # - popd
script: script:
- travis_wait py.test --cov=kittengroomer --cov=bin tests/ - travis_wait py.test --cov=kittengroomer --cov=bin tests/
@ -80,5 +80,4 @@ notifications:
on_failure: change on_failure: change
after_success: after_success:
- coveralls
- codecov - codecov