diff --git a/.travis.yml b/.travis.yml index 15858f4..5653c1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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=$!