diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-01 09:32:48 -0800 |
|---|---|---|
| committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-01 09:32:48 -0800 |
| commit | c9add40cc5ccd5de4279ac894b47c0695258520d (patch) | |
| tree | 3bebd30c4e805c2a375ed856ad2f940130e5b228 | |
| parent | 2fe6456b93a245f2fb4ff062ff0316e8b0e8f4c8 (diff) | |
| parent | 6f78d64567ada67a995579605a9e0d66c8d3bdd2 (diff) | |
| download | cryptography-c9add40cc5ccd5de4279ac894b47c0695258520d.tar.gz cryptography-c9add40cc5ccd5de4279ac894b47c0695258520d.tar.bz2 cryptography-c9add40cc5ccd5de4279ac894b47c0695258520d.zip | |
Merge pull request #385 from alex/consistent-tox
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 |
