summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-02 19:31:46 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-02 19:31:46 -0400
commitc859fe2da3873fea446f29e6af3e7b2c052ad435 (patch)
treec7a6eff048bbc19f90ef932f7e6688f8956801b3 /tox.ini
parent9183df6c402fefc27a6593cfa00b6e4b5a14505c (diff)
downloadcmd2-git-c859fe2da3873fea446f29e6af3e7b2c052ad435.tar.gz
Apparently "codecov erase" isn't an option
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 2aeade3a..dca82a58 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,6 @@ deps =
[testenv:py27]
commands =
- codecov erase
py.test -v -n2 --cov=cmd2 --basetemp={envtmpdir} {posargs}
codecov
@@ -30,7 +29,6 @@ commands = py.test -v -n2
[testenv:py36]
commands =
- codecov erase
py.test -v -n2 --cov=cmd2 --basetemp={envtmpdir} {posargs}
codecov