summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-04-26 22:11:55 -0600
committerkotfu <kotfu@kotfu.net>2018-04-26 22:11:55 -0600
commit070e46b0c8d521cd851cd5092ad48d7890f803eb (patch)
tree9d0bfc70a45844d6c89743e96056a148ab29d6bb /tox.ini
parenta5501592da787f85e358ace415cb6a4f93b674ed (diff)
downloadcmd2-git-070e46b0c8d521cd851cd5092ad48d7890f803eb.tar.gz
Fix broken tox builds with codecov
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 3 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 0d511db5..6d7d063e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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]