Use coverage>=3.4, since that's what we've got in tox.ini at the moment. Refs #96

This commit is contained in:
Tom Christie 2011-12-15 16:22:10 +00:00
parent 83910ff7a4
commit 28ccabf165

View File

@ -2,4 +2,4 @@
# coverage isn't strictly a requirement, but it's useful.
Django>=1.2
coverage
coverage>=3.4