diff --git a/.travis.yml b/.travis.yml index 5653c1e..3462f08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,11 @@ install: - pip install codecov - pip install -U -r REQUIREMENTS - pip install . - + # Force travis to use the right pymisp + - git clone https://github.com/MISP/PyMISP.git + - cd PyMISP + - python setup.py install + - cd .. script: - coverage run -m --parallel-mode --source=misp_modules misp_modules.__init__ & - pid=$! diff --git a/REQUIREMENTS b/REQUIREMENTS index 23e1cbe..92a84d7 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -12,7 +12,6 @@ pyeupi ipasn-redis asnhistory git+https://github.com/Rafiot/uwhoisd.git@testing#egg=uwhois&subdirectory=client -git+https://github.com/MISP/PyMISP.git pillow pytesseract SPARQLWrapper