Write coverage file.

This commit is contained in:
Jannis Leidel 2020-11-23 16:06:51 +01:00
parent 178007ad39
commit b06a025948
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -7,6 +7,7 @@ commands =
coverage erase
coverage run test_contextlib2.py
coverage report
coverage xml
deps =
coverage
py27: unittest2