aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-05 16:29:19 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-05 16:29:19 -0800
commit3e81fb257ab22df0f5ae08a744b97a43a92c4eb1 (patch)
treed1515b030b7571d1e1521d4a3371f315287798c2 /tox.ini
parent45afb35c35f719af56ff951d24d17ea59399720d (diff)
downloadcryptography-3e81fb257ab22df0f5ae08a744b97a43a92c4eb1.tar.gz
cryptography-3e81fb257ab22df0f5ae08a744b97a43a92c4eb1.tar.bz2
cryptography-3e81fb257ab22df0f5ae08a744b97a43a92c4eb1.zip
DOn't fail tox on coverage
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 c0a9738f..dab22a6d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ deps =
pretend
commands =
coverage run --source=cryptography/,tests/ -m pytest
- coverage report -m --fail-under 100
+ coverage report -m
[testenv:docs]
deps = sphinx