From e1b86fb47f20f961490cd52bc0f7d2cc1fdb97cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 26 Feb 2020 16:08:35 +0100 Subject: [PATCH] fix: Properly install PyMISP with poetry --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 81e4a16ab..82d36ffe9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -151,9 +151,9 @@ script: - pushd PyMISP - git submodule init - git submodule update - - poetry install - - poetry run python tests/testlive_comprehensive.py - - poetry run python tests/test_mispevent.py + - poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport + - poetry run nosetests-3.4 tests/testlive_comprehensive.py + - poetry run nosetests-3.4 tests/test_mispevent.py - popd - cp PyMISP/tests/keys.py PyMISP/examples/events/ - pushd PyMISP/examples/events/