diff --git a/tox.ini b/tox.ini index 2fb3ac8d..c8d07e14 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ skip_missing_interpreters = True [testenv] commands = python setup.py install - coverage run -m py.test -v + coverage run -m py.test -v -r w coverage report deps = .[test]