fix: Fix travis build

pull/124/head
Raphaël Vinot 2017-10-20 11:28:57 +02:00
parent f6febb5842
commit 279533d7a8
1 changed files with 2 additions and 4 deletions

View File

@ -17,10 +17,8 @@ python:
- "3.6-dev"
install:
- pip install -U nose
- pip install coveralls
- pip install codecov
- pip install requests-mock
- pip install -U nose pip setuptools
- pip install coveralls codecov requests-mock
- pip install git+https://github.com/kbandla/pydeep.git
- pip install .[fileobjects,neo,openioc]
- pushd tests