fix default tox environments

Change-Id: I7d8ca8bebdee5e9371247e24277d15f4538aecc8
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-08-25 16:25:57 -04:00
parent dba5bc537d
commit 1dcc371908
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,py27,pep8
skipsdist = True
[testenv]