Shorter default envlist for tox (#2035)

Now just typing `tox` or `detox` runs some sensible defaults. (This excludes
Python 3 and coverage.) You can request other environments explicitly with
`-e`.
This commit is contained in:
Adrian Sampson 2016-06-06 11:22:53 -07:00
parent b9845f29db
commit 00dece4dc2

View file

@ -4,7 +4,10 @@
# and then run "tox" from this directory.
[tox]
envlist = py{27,33,34,35}-{test,cov}, py{27,33}-flake8, docs
envlist = py27-test, py27-flake8, docs
# The exhaustive list of environments is:
# envlist = py{27,33,34,35}-{test,cov}, py{27,33}-flake8, docs
[_test]
deps =