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
This commit is contained in:
Jordan Pittier 2016-10-04 19:02:50 +02:00
parent e888d8e5cd
commit db4bace474

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py34,py27,pypy,pep8
envlist = py34,py35,py27,pypy,pep8
skipsdist = True
[testenv]