From ddac443732bbd21511d4ecbbb5b0ab63baed2f1e Mon Sep 17 00:00:00 2001 From: Andrii Soldatenko Date: Sun, 18 Dec 2016 17:04:28 +0200 Subject: Added py36 to tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b397308..34003e1 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27, py32, py33, py34, py35, pypy +envlist = py26, py27, py32, py33, py34, py35, py36, pypy [testenv] commands = python setup.py test -- cgit v1.2.1