From 04466971f87de55a25dae660a68a1cd8c3bba19d Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 22 Jun 2017 13:12:22 -0400 Subject: [PATCH] [RM-20387] tests: test against py35 Signed-off-by: Alfredo Deza --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7b84795..9c3b028 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py34, flake8 +envlist = py26, py27, py35, flake8 [testenv] deps= -- 2.47.3