From: Jason Ish Date: Wed, 3 Oct 2018 16:35:46 +0000 (-0600) Subject: travis: test on python 3.7 X-Git-Tag: 1.0.0rc2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F43%2Fhead;p=thirdparty%2Fsuricata-update.git travis: test on python 3.7 --- diff --git a/.travis.yml b/.travis.yml index 85bba6c..81c87aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,11 @@ python: - "3.5" - "3.6" +# This is required to test on Python 3.7 at the moment. +matrix: + include: + - python: 3.7 + dist: xenial + sudo: true + script: PYTHONPATH=. pytest