diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-01 08:29:32 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-01 08:29:32 -0800 |
commit | 6f78d64567ada67a995579605a9e0d66c8d3bdd2 (patch) | |
tree | c34afc7f56f7250a75b49dcb470a8773dd43c46a | |
parent | 522487e5a7dd3004747da85c9f6c53fc5dc4de06 (diff) | |
download | cryptography-6f78d64567ada67a995579605a9e0d66c8d3bdd2.tar.gz cryptography-6f78d64567ada67a995579605a9e0d66c8d3bdd2.tar.bz2 cryptography-6f78d64567ada67a995579605a9e0d66c8d3bdd2.zip |
Make the PyPy tox job consistent with the main one.
-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 |