diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-15 12:44:39 -0700 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-15 12:44:39 -0700 |
commit | e60836418647935572a9a35c7292ea73ff0fba07 (patch) | |
tree | 78b1168f215ed05eaa2d8c535ea5ac0abcb5d8b3 | |
parent | 3cd6de492febad076ff0d3b3d42df523e663bf4b (diff) | |
download | cmd2-git-e60836418647935572a9a35c7292ea73ff0fba07.tar.gz |
Fixed tox dependencies so AppVeyor can run code coverage analysis on Python 3.6 tests
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,11 +62,13 @@ commands = [testenv:py36-win] deps = + codecov mock pyparsing pyperclip pyreadline pytest + pytest-cov pytest-xdist six commands = |