diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .hgignore | 1 | ||||
-rw-r--r-- | tox.ini | 2 |
3 files changed, 3 insertions, 1 deletions
@@ -9,3 +9,4 @@ distribute*.egg .tox/ .coverage +.coverage.* @@ -8,4 +8,5 @@ distribute-0.6.* doc/_build/ .tox/ .coverage +.coverage.* .idea/ @@ -2,7 +2,7 @@ envlist = py25,py26,py27,py32 #,pypy [pytest] -addopts = -n4 --cov rsa --cov-report term-missing --doctest-modules +addopts = -n4 -v --cov rsa --cov-report term-missing --doctest-modules [testenv] commands=py.test [] |