]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
Add Python 3.7 to tox configurations
authorShivani Bhardwaj <shivanib134@gmail.com>
Wed, 3 Oct 2018 17:32:58 +0000 (23:02 +0530)
committerJason Ish <ish@unx.ca>
Thu, 4 Oct 2018 16:00:20 +0000 (10:00 -0600)
Current tox configuration was missing Python 3.7 because of which tests were
never run for a Python 3.7 environment. Fix that by adding py37 to the configurations.

tox-integration.ini
tox.ini

index 238766d4294027fa68ea7ee424f665880a458a1e..89ea8fd5eb9de5de7079182bae4a19105ef1a033 100644 (file)
@@ -4,7 +4,7 @@
 # and then run "tox" from this directory.
 
 [tox]
-envlist = py27, py34, py35, py36
+envlist = py27, py34, py35, py36, py37
 
 [testenv]
 commands = python ./tests/integration_tests.py
diff --git a/tox.ini b/tox.ini
index 33dc40aac7e6c42070efb6930d42c8246ca89150..c5c656aefc96f6ec9252adc22bbb4a4ca53101a1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
 # and then run "tox" from this directory.
 
 [tox]
-envlist = py27, py34, py35, py36
+envlist = py27, py34, py35, py36, py37
 
 [testenv]
 commands = pytest