mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 12:32:33 +01:00
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:
parent
b9845f29db
commit
00dece4dc2
1 changed files with 4 additions and 1 deletions
5
tox.ini
5
tox.ini
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue