From 192ab0bfb043a58104d70586b5fba3ebd5d11b83 Mon Sep 17 00:00:00 2001 From: mcarton Date: Wed, 28 Oct 2015 13:32:37 +0100 Subject: [PATCH] Test python 3.5 with tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dfa75c02..1d98a69a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py33,py34 +envlist = py27,py33,py34,py35 [testenv] deps = -rrequirements.txt