From 144209df8e996b59eee31f9531ce0cbe1baf3a7f Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 16 Nov 2013 11:55:12 -0800 Subject: Run pytest in --strict mode so that typso in pytest.mark give errors --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 257275ce..56603da2 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ deps = coverage pretend commands = - coverage run --source=cryptography/,tests/ -m pytest + coverage run --source=cryptography/,tests/ -m pytest --strict coverage report -m [testenv:docs] -- cgit v1.2.3