From: Jason Ish Date: Wed, 6 Dec 2017 20:11:48 +0000 (-0600) Subject: travis: switch to pytest for tests X-Git-Tag: 1.0.0b1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72de0dc30b33c538f2bd64d3f138fb3a3390c63a;p=thirdparty%2Fsuricata-update.git travis: switch to pytest for tests To be consistent with tox. --- diff --git a/.travis.yml b/.travis.yml index 401ea93..85bba6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ python: - "3.5" - "3.6" -script: nosetests +script: PYTHONPATH=. pytest