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: I49c9203bb76f9cc075d7d7673d32daaf070bbfb7
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-04-13 15:48:27 -04:00
parent aa12fe5f74
commit 67b30930a3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py27,pypy,docs,pep8,venv
envlist = py35,py27,docs,pep8
[testenv:docs]
commands = python setup.py build_sphinx