diff options
author | 2018-08-30 21:23:35 +0200 | |
---|---|---|
committer | 2018-08-30 21:28:49 +0200 | |
commit | f7fadfd8e7800545ab89accf0f650f8d546d4350 (patch) | |
tree | ed2b451682b8407e2eee592522376742c5d7c40e /Pipfile | |
parent | Remove no longer needed conditional. (diff) |
Add coverage reports.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ djangorestframework = "*" "flake8-import-order" = "*" "flake8-tidy-imports" = "*" "flake8-string-format" = "*" +coverage = "*" [requires] python_version = "3.7" |