From: cclauss Date: Sun, 12 Nov 2017 19:47:03 +0000 (+0100) Subject: Add py36 to tox.ini X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=9b7f87521ed361457082011262b35638e694c8e8;p=chevron.git Add py36 to tox.ini --- diff --git a/tox.ini b/tox.ini index 4814333..31cdba9 100644 --- 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