From 328cd16c17d255d41e9c66ed140847df9216cd7e Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Wed, 15 Mar 2017 11:35:34 +1100 Subject: [PATCH] Add Python 3.6 to test suite. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d71cba7..85459b6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{26,27,33,34,35}-{without,with}-extensions, + py{26,27,33,34,35,36}-{without,with}-extensions, pypy-without-extensions [testenv]