clean up default tox environment list

Reduce the number of environments run by default when no environments
are specified on the command line. This does not remove support for
these versions of python or alternate interpreters.

Change-Id: I07f7e972da6f928920beea555c7b7d2201d7e8a8
This commit is contained in:
Doug Hellmann 2015-09-24 15:16:56 +00:00
parent e327c8226f
commit 85838b856e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py34,py26,py27,pypy,pep8,docs
envlist = py34,py27,pep8,docs
[testenv]
deps =