Ok we'll use the dep from misp-stix-converter. Surely this'll work?

pull/73/head
Hannah Ward 2016-11-21 15:07:56 +00:00
parent d60f4ef495
commit 22f4edd25d
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 1 additions and 5 deletions

View File

@ -16,11 +16,7 @@ install:
- pip install codecov - pip install codecov
- pip install -U -r REQUIREMENTS - pip install -U -r REQUIREMENTS
- pip install . - pip install .
# Force travis to use the right pymisp
- git clone https://github.com/CIRCL/PyMISP.git
- cd PyMISP
- python setup.py install
- cd ..
script: script:
- coverage run -m --parallel-mode --source=misp_modules misp_modules.__init__ & - coverage run -m --parallel-mode --source=misp_modules misp_modules.__init__ &
- pid=$! - pid=$!