summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index b54d5ec..d1c8978 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,8 +2,8 @@
envlist = py26, py27, py34, py35, pypy
[testenv]
-deps=
+deps =
+ coverage
nose
-commands=
- nosetests
-
+commands =
+ nosetests {posargs:--with-coverage --cover-package=paste}