set default tox envs to py35 and pep8

Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-01-31 09:38:03 -05:00
parent c2ddfc084b
commit 340694f715
1 changed files with 1 additions and 1 deletions

View File

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