summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-15 12:44:39 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-15 12:44:39 -0700
commite60836418647935572a9a35c7292ea73ff0fba07 (patch)
tree78b1168f215ed05eaa2d8c535ea5ac0abcb5d8b3
parent3cd6de492febad076ff0d3b3d42df523e663bf4b (diff)
downloadcmd2-git-e60836418647935572a9a35c7292ea73ff0fba07.tar.gz
Fixed tox dependencies so AppVeyor can run code coverage analysis on Python 3.6 tests
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ad95a4b4..e7b7889a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -62,11 +62,13 @@ commands =
[testenv:py36-win]
deps =
+ codecov
mock
pyparsing
pyperclip
pyreadline
pytest
+ pytest-cov
pytest-xdist
six
commands =