Merge "Update tox envs list"

This commit is contained in:
Jenkins 2017-01-11 14:58:07 +00:00 committed by Gerrit Code Review
commit 646840b41d
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ environments sequentially and pep8 style guideline run::
You can also selectively pick specific test environments by listing your
chosen environments after a -e flag::
$ tox -e py27,py33,py34,pep8
$ tox -e py35,py27,pep8,pypy
.. note::
Tox sets up virtual environment and installs all necessary dependencies.

View File

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