From 007bd2aa4c184b28f710d041a0abe78bffc0ec2e Mon Sep 17 00:00:00 2001 From: facelessuser Date: Fri, 17 Nov 2017 18:47:38 -0700 Subject: Update builds with py35 and py36 support --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 3292773..33e0f57 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py32, py33, py34, pypy, flake8, checkspelling +envlist = py27, py32, py33, py34, py35, py36, pypy, flake8, checkspelling [testenv] deps = -rtest-requirements.txt -- cgit v1.2.3