diff options
author | kotfu <kotfu@kotfu.net> | 2018-04-26 22:11:55 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-04-26 22:11:55 -0600 |
commit | 070e46b0c8d521cd851cd5092ad48d7890f803eb (patch) | |
tree | 9d0bfc70a45844d6c89743e96056a148ab29d6bb /tox.ini | |
parent | a5501592da787f85e358ace415cb6a4f93b674ed (diff) | |
download | cmd2-git-070e46b0c8d521cd851cd5092ad48d7890f803eb.tar.gz |
Fix broken tox builds with codecov
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -15,10 +15,9 @@ deps = pyparsing pyperclip pytest - pytest-cov wcwidth commands = - py.test {posargs} --cov --cov-report=term-missing + py.test {posargs} codecov [testenv:py35] @@ -48,7 +47,7 @@ deps = pytest-cov wcwidth commands = - py.test {posargs:} --cov --cov-report=term-missing + py.test codecov [testenv:py36-win] @@ -58,9 +57,8 @@ deps = pyperclip pyreadline pytest - pytest-cov commands = - py.test {posargs} --cov --cov-report=term-missing + py.test {posargs} codecov [testenv:py37] |