Enables `cover` tox env when creating PRs.
@@ -31,5 +31,5 @@ jobs:
- name: Run unit tests with tox
shell: bash
run: |
- tox -e py3,pep8 -v
+ tox -e py3,pep8,cover -v
@@ -1,6 +1,6 @@
[tox]
minversion = 4.0.2
-envlist = py3,pep8
+envlist = py3,pep8,cover
skipsdist = True
[testenv]