diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-01 08:29:09 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-01 08:29:09 -0800 |
commit | 73cd6276884f1e2828adc948fe4baa4b93dc78ed (patch) | |
tree | bd567da2eb52de37471133f0538c97b9fe298e1a | |
parent | d8614a298d3f01786535fb966b02b7bfc22a8a0c (diff) | |
download | cryptography-73cd6276884f1e2828adc948fe4baa4b93dc78ed.tar.gz cryptography-73cd6276884f1e2828adc948fe4baa4b93dc78ed.tar.bz2 cryptography-73cd6276884f1e2828adc948fe4baa4b93dc78ed.zip |
THis should be a seperate PR
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ commands = # Temporarily disable coverage on pypy because of performance problems with # coverage.py on pypy. [testenv:pypy] -commands = py.test --capture=no --strict +commands = py.test --capture=no [testenv:pep8] deps = flake8 |