From 7ae752fc01502f91e0fa97e7ec9e0a3b1cf64e64 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Sun, 8 Jan 2017 23:34:31 +0100 Subject: [PATCH] Enable py36 in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 388fb054..03402f04 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,pypy,py33,py34,py35 +envlist = py26,py27,pypy,py33,py34,py35,py36 [testenv] commands = py.test {posargs} -- 2.47.2