diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-07-02 19:31:46 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-07-02 19:31:46 -0400 |
commit | c859fe2da3873fea446f29e6af3e7b2c052ad435 (patch) | |
tree | c7a6eff048bbc19f90ef932f7e6688f8956801b3 /tox.ini | |
parent | 9183df6c402fefc27a6593cfa00b6e4b5a14505c (diff) | |
download | cmd2-git-c859fe2da3873fea446f29e6af3e7b2c052ad435.tar.gz |
Apparently "codecov erase" isn't an option
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |