diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-05 16:29:19 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-05 16:29:19 -0800 |
commit | 3e81fb257ab22df0f5ae08a744b97a43a92c4eb1 (patch) | |
tree | d1515b030b7571d1e1521d4a3371f315287798c2 | |
parent | 45afb35c35f719af56ff951d24d17ea59399720d (diff) | |
download | cryptography-3e81fb257ab22df0f5ae08a744b97a43a92c4eb1.tar.gz cryptography-3e81fb257ab22df0f5ae08a744b97a43a92c4eb1.tar.bz2 cryptography-3e81fb257ab22df0f5ae08a744b97a43a92c4eb1.zip |
DOn't fail tox on coverage
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |