Skip to content

Commit 780f87f

Browse files
committed
Adding run of example back to environments which are doing code coverage analysis
1 parent f76e11b commit 780f87f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ deps =
1616
six
1717
commands =
1818
py.test -v -n2 --cov=cmd2 --basetemp={envtmpdir} {posargs}
19+
{envpython} examples/example.py --test examples/exampleSession.txt
1920
codecov
2021

2122
[testenv:py33]
@@ -60,6 +61,7 @@ deps =
6061
six
6162
commands =
6263
py.test -v -n2 --cov=cmd2 --basetemp={envtmpdir} {posargs}
64+
{envpython} examples/example.py --test examples/exampleSession.txt
6365
codecov
6466

6567
[testenv:py37]

0 commit comments

Comments
 (0)