Update to tox.ini environment list

We officially support python35 now, so add py35
to the default envlist.

Also, just clean up the default list by removing
py33, py34, and pypy. I used to test by hand on py34
a long time ago, but I don't see much risk in breaking
this with python35 gating jobs.

I don't know of anyone attempting to run this on pypy
and I don't know if anyone has ever tested it either.

Change-Id: Ic9a98b2e126c9366cd325d8f47860d556bbb69ee
This commit is contained in:
Mathew Odden 2017-04-06 09:04:06 -05:00
parent ebc1f46a82
commit e36016977c
1 changed files with 1 additions and 1 deletions

View File

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