aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-19 17:11:48 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-19 17:11:48 -0700
commita4444554aca86bb27ecfbedff81759b904bcd7b9 (patch)
tree81d1fe93e2b958c11213a96bbfad423d641b02a4 /tox.ini
parent107b74ed7f973f104ede1c30ac6d3e020792afe0 (diff)
parent2acd77aa20b3a6e8eacf33d6e0cc7df4b438799d (diff)
downloadcryptography-a4444554aca86bb27ecfbedff81759b904bcd7b9.tar.gz
cryptography-a4444554aca86bb27ecfbedff81759b904bcd7b9.tar.bz2
cryptography-a4444554aca86bb27ecfbedff81759b904bcd7b9.zip
Merge pull request #143 from dstufft/require-100-coverage
Fail tests if our coverage is less than 100%
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0a28af15..e72eb58b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ deps =
pretend
commands =
coverage run --source=cryptography/,tests/ -m pytest
- coverage report -m
+ coverage report -m --fail-under 100
[testenv:docs]
deps = sphinx