From 8816a178061050eeadd3c722ea6cf23e470f0f5e Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Thu, 6 Oct 2016 06:53:19 -0700 Subject: [PATCH] Add py35 to tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0b6e1b2..2a4eaf5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34 +envlist = py27,py34,py35 [testenv] commands = -- 2.30.2