From db4bace4745953cffd894640d335e095f4d7b3cc Mon Sep 17 00:00:00 2001 From: Jordan Pittier Date: Tue, 4 Oct 2016 19:02:50 +0200 Subject: [PATCH] List py35 in the default tox env list We really should run py35 tests when we run "tox" without any arguments. I0d6c8c8255717770c7e3297bfe5d6130e983d5b0 is going to make the py35 job voting. Change-Id: I8c9b459dfaf1e29e7e8321bfd34061d3d2ad5249 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4379427ef..60121bb0f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py34,py27,pypy,pep8 +envlist = py34,py35,py27,pypy,pep8 skipsdist = True [testenv]