mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Use coverage only with py27
This commit is contained in:
parent
8488f665fc
commit
9fab6e7ca3
1 changed files with 8 additions and 2 deletions
10
tox.ini
10
tox.ini
|
|
@ -11,16 +11,22 @@ deps =
|
|||
nose
|
||||
pylast
|
||||
flask
|
||||
coverage
|
||||
responses
|
||||
commands =
|
||||
nosetests --with-coverage
|
||||
nosetests
|
||||
|
||||
[testenv:py26]
|
||||
deps =
|
||||
{[testenv]deps}
|
||||
unittest2
|
||||
|
||||
[testenv:py27]
|
||||
deps =
|
||||
{[testenv]deps}
|
||||
coverage
|
||||
commands =
|
||||
nosetests
|
||||
|
||||
[testenv:docs]
|
||||
changedir = docs
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in a new issue