aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-11-17 10:50:14 -0800
committerDonald Stufft <donald@stufft.io>2013-11-17 10:50:14 -0800
commit83e0e1f00224c1f995298226c2e0837d555af67c (patch)
treef32d4cb75701fadb67a91eeba87d84f9648bdbc1
parentb3fa4b246a889cc98fae1757d3123b1a122795fe (diff)
parent144209df8e996b59eee31f9531ce0cbe1baf3a7f (diff)
downloadcryptography-83e0e1f00224c1f995298226c2e0837d555af67c.tar.gz
cryptography-83e0e1f00224c1f995298226c2e0837d555af67c.tar.bz2
cryptography-83e0e1f00224c1f995298226c2e0837d555af67c.zip
Merge pull request #264 from alex/strict-pytest
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]