diff options
| author | 2019-06-22 14:12:44 -0700 | |
|---|---|---|
| committer | 2019-06-22 14:12:44 -0700 | |
| commit | 6cab499ec57b10081b79bff25aa9c0792b7d8fe7 (patch) | |
| tree | 97cb282f8efc1ce0f28996d1313063ecb5119338 /Pipfile | |
| parent | Fix venv being included in coverage when testing in a container (diff) | |
Add CI steps for running & publishing tests
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ flake8-todo = "*" flake8-string-format = "*" flake8-formatter-junit-xml = "*" flake8-quotes = "*" +unittest-xml-reporting = "*" [requires] python_version = "3.7" |