diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-01 08:22:40 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-01 08:22:40 -0800 |
commit | d8614a298d3f01786535fb966b02b7bfc22a8a0c (patch) | |
tree | 3bebd30c4e805c2a375ed856ad2f940130e5b228 /tox.ini | |
parent | 77762bcb2fae77de60d37c60f74874730eeb785b (diff) | |
download | cryptography-d8614a298d3f01786535fb966b02b7bfc22a8a0c.tar.gz cryptography-d8614a298d3f01786535fb966b02b7bfc22a8a0c.tar.bz2 cryptography-d8614a298d3f01786535fb966b02b7bfc22a8a0c.zip |
Typo fix
Diffstat (limited to 'tox.ini')
-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 +commands = py.test --capture=no --strict [testenv:pep8] deps = flake8 |