diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-24 17:58:22 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-24 17:58:22 -0400 |
| commit | e118164c2b1366bb8ad61cf3a817155b0ac59df6 (patch) | |
| tree | dc01fb94e1caf77a3a70442e6d0e469879299db1 | |
| parent | 829973e473044cb4d3d8fb5dd55ff09aefb46d5e (diff) | |
| download | cmd2-git-e118164c2b1366bb8ad61cf3a817155b0ac59df6.tar.gz | |
Experimenting with codecov integration
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,12 +2,16 @@ envlist = py27,py34,py35,py36,jython,pypy [testenv] +passenv = CI TRAVIS TRAVIS_* deps = + codecov mock pyparsing pytest + pytest-cov six commands= - py.test -v --basetemp={envtmpdir} {posargs} + py.test -v --cov=./ --basetemp={envtmpdir} {posargs} {envpython} examples/example.py --test examples/exampleSession.txt + codecov |
