diff options
| author | 2020-11-14 11:03:54 +0100 | |
|---|---|---|
| committer | 2020-11-14 11:03:54 +0100 | |
| commit | 8588d2dbdb44bc5b48e97ae511474ca19d129ee5 (patch) | |
| tree | a55633643c0dc5afc95b5c16281f968f1a38e0d3 /Pipfile | |
| parent | Migrate CI Pipeline to GitHub Actions (diff) | |
Add CI dependency coveralls to our Pipfile
The dependency `coveralls` was installed directly in GitHub Actions, as
it's not required for local dev environments. However, it's a small
package and there's value in keeping all our dependency specifications
in one place. That's why I've moved it to the [dev] section of our
Pipfile.
Signed-off-by: Sebastiaan Zeeff <[email protected]>
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ flake8-tidy-imports = "~=4.0" flake8-todo = "~=0.7" pep8-naming = "~=0.9" pre-commit = "~=2.1" +coveralls = "~=2.1" [requires] python_version = "3.8" |