mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Add nose-cov as tox dep
This commit is contained in:
parent
3a565e586e
commit
33073147bc
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
@ -2,5 +2,6 @@
|
||||||
envlist = py26, py27, py31, py32, py33
|
envlist = py26, py27, py31, py32, py33
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = nose
|
deps = nose-cov
|
||||||
commands = nosetests []
|
commands = nosetests []
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue