From 9b7f87521ed361457082011262b35638e694c8e8 Mon Sep 17 00:00:00 2001 From: cclauss Date: Sun, 12 Nov 2017 20:47:03 +0100 Subject: [PATCH] Add py36 to tox.ini --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3