diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-16 11:55:12 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-16 11:55:12 -0800 |
commit | 144209df8e996b59eee31f9531ce0cbe1baf3a7f (patch) | |
tree | f32d4cb75701fadb67a91eeba87d84f9648bdbc1 | |
parent | b3fa4b246a889cc98fae1757d3123b1a122795fe (diff) | |
download | cryptography-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |