From 6a36b0f89e14bfcae4a208f23c4e9ec76217f7d0 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Mon, 21 Sep 2015 11:22:48 +0300 Subject: [PATCH] Add Python 3.5 to tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 096c05f..ff12b8c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py26,py27,py33,py34,pypy,pypy3 + py26,py27,py33,py34,py35,pypy,pypy3 [testenv] deps =