fix list of default virtualenvs

Update the list of default virtualenvs that are run when a developer
just runs "tox" without specifying an environment.

Change-Id: I38caffbc10c2c8c559212e371baee9d3272f8864
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-04-13 15:51:05 -04:00
parent 837fc4c5d8
commit e9ea252bbc
1 changed files with 1 additions and 1 deletions

View File

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