tests: Add coverage as a dev requirement
This commit is contained in:
parent
b5848e7116
commit
94a082177d
|
@ -1,5 +1,6 @@
|
|||
-r docs/docs-requirements.txt
|
||||
ansible==2.3.1.0
|
||||
coverage==4.5.1
|
||||
Django==1.6.11; python_version < '2.7'
|
||||
Django==1.11.5; python_version >= '2.7' # for module_finder_test
|
||||
https://github.com/docker/docker-py/archive/1.10.6.tar.gz; python_version < '2.7'
|
||||
|
|
Loading…
Reference in New Issue