From 0c2bc6b65e490d5594bcc8091df9c073dfec7c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Brito?= Date: Thu, 11 Feb 2016 02:03:29 -0200 Subject: [PATCH] tox.ini: Add py35 to list of interpreters. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Python 3.5 was released some time ago and new Linux distributions will have it as the default interpreter, and we should make sure that it is supported. Furthermore, Python 2 is on the way out of future releases of said Linux distributions (e.g., Debian, Fedora and so on). Signed-off-by: Rogério Brito --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ad08cb5..bf609e7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34 +envlist = py27,py34,py35 [testenv] downloadcache = .tox/_download/