1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Add nose-cov as tox dep

This commit is contained in:
Guillaume Ayoub 2012-10-19 12:41:26 +02:00
parent 3a565e586e
commit 33073147bc

View file

@ -2,5 +2,6 @@
envlist = py26, py27, py31, py32, py33
[testenv]
deps = nose
deps = nose-cov
commands = nosetests []