commit | c9add40cc5ccd5de4279ac894b47c0695258520d | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Wed Jan 01 09:32:48 2014 -0800 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Wed Jan 01 09:32:48 2014 -0800 |
tree | 3bebd30c4e805c2a375ed856ad2f940130e5b228 | |
parent | 2fe6456b93a245f2fb4ff062ff0316e8b0e8f4c8 [diff] | |
parent | 6f78d64567ada67a995579605a9e0d66c8d3bdd2 [diff] |
Merge pull request #385 from alex/consistent-tox Make the PyPy tox job consistent with the main one.
diff --git a/tox.ini b/tox.ini index 6114311..93f5b42 100644 --- a/tox.ini +++ b/tox.ini
@@ -24,7 +24,7 @@ # 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