aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-16 11:55:12 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-16 11:55:12 -0800
commit144209df8e996b59eee31f9531ce0cbe1baf3a7f (patch)
treef32d4cb75701fadb67a91eeba87d84f9648bdbc1
parentb3fa4b246a889cc98fae1757d3123b1a122795fe (diff)
downloadcryptography-144209df8e996b59eee31f9531ce0cbe1baf3a7f.tar.gz
cryptography-144209df8e996b59eee31f9531ce0cbe1baf3a7f.tar.bz2
cryptography-144209df8e996b59eee31f9531ce0cbe1baf3a7f.zip
Run pytest in --strict mode so that typso in pytest.mark give errors
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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]