mirror of https://github.com/MISP/misp-modules
Ok we'll use the dep from misp-stix-converter. Surely this'll work?
parent
d60f4ef495
commit
22f4edd25d
|
@ -16,11 +16,7 @@ install:
|
|||
- pip install codecov
|
||||
- pip install -U -r REQUIREMENTS
|
||||
- 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:
|
||||
- coverage run -m --parallel-mode --source=misp_modules misp_modules.__init__ &
|
||||
- pid=$!
|
||||
|
|
Loading…
Reference in New Issue