summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-15 12:40:27 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-15 12:40:27 -0700
commit3cd6de492febad076ff0d3b3d42df523e663bf4b (patch)
tree8f428c199100998120b2f321d45cfcd1a8522eca
parent59b35ab0b0dd686f519dee7363c5ce1e9ea77880 (diff)
downloadcmd2-git-3cd6de492febad076ff0d3b3d42df523e663bf4b.tar.gz
Fixed tox.ini so that Windows code coverage analysis will be done for Python 3.6
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 030c6b7c..ad95a4b4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -69,7 +69,9 @@ deps =
pytest
pytest-xdist
six
-commands = py.test -v -n2
+commands =
+ py.test {posargs: -n 2} --cov=cmd2 --cov-report=term-missing
+ codecov
[testenv:py37]
deps =