Use the CIRCL pymisp. Silly @rafiot ;)

pull/73/head
Hannah Ward 2016-11-21 14:49:05 +00:00
parent 5372f50298
commit d60f4ef495
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ install:
- pip install -U -r REQUIREMENTS
- pip install .
# Force travis to use the right pymisp
- git clone https://github.com/MISP/PyMISP.git
- git clone https://github.com/CIRCL/PyMISP.git
- cd PyMISP
- python setup.py install
- cd ..