]> Devi Nivas Git - chevron.git/commitdiff
Add py36 to tox.ini
authorcclauss <cclauss@bluewin.ch>
Sun, 12 Nov 2017 19:47:03 +0000 (20:47 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Nov 2017 19:47:03 +0000 (20:47 +0100)
tox.ini

diff --git a/tox.ini b/tox.ini
index 48143334fb35acd562d3a3569978ce2c103a2d87..31cdba95de2eef59ae1a9ce87729c9d9c80983a1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py26, py27, py32, py33, py34, py35, pypy, flake8
+envlist = py26, py27, py32, py33, py34, py35, py36, pypy, flake8
 
 [testenv]
 deps = coverage
@@ -12,4 +12,4 @@ commands = python {toxinidir}/test_spec.py
 
 [testenv:flake8]
 deps = flake8
-commands = flake8
\ No newline at end of file
+commands = flake8