diff options
author | Marc Abramowitz <marc@marc-abramowitz.com> | 2016-03-07 18:52:36 -0800 |
---|---|---|
committer | Marc Abramowitz <marc@marc-abramowitz.com> | 2016-03-07 18:52:36 -0800 |
commit | cc83e06efff71b81ca5a3ac6df65775971181295 (patch) | |
tree | d52fa3f1a93730f263c2c5ac8266de8e5fb12abf /tox.ini | |
download | paste-git-cc83e06efff71b81ca5a3ac6df65775971181295.tar.gz |
tox.ini: Measure test coveragetox_coverage
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +[tox] +envlist = py26, py27, py34, py35, pypy + +[testenv] +deps = + coverage + nose +commands = + nosetests {posargs:--with-coverage --cover-package=paste} |