From b077b142731dddb5f7118c39c3309ed82d0b473e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 26 Feb 2020 16:38:02 +0100 Subject: [PATCH] fix: run python tests from python --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 82d36ffe9..22f2f607f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -152,8 +152,8 @@ script: - git submodule init - git submodule update - 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 + - poetry run python tests/testlive_comprehensive.py + - poetry run python tests/test_mispevent.py - popd - cp PyMISP/tests/keys.py PyMISP/examples/events/ - pushd PyMISP/examples/events/