diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-23 13:00:23 -0600 |
|---|---|---|
| committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-23 13:00:23 -0600 |
| commit | defa460b5a457f4d1d4d4c409fcdf8b39b113cb8 (patch) | |
| tree | e84e5295cd3736a868097d5f7149760263211278 | |
| parent | 9d24f6cedd9a13a6901a9f8bc915141c59ca6f94 (diff) | |
| download | cryptography-defa460b5a457f4d1d4d4c409fcdf8b39b113cb8.tar.gz cryptography-defa460b5a457f4d1d4d4c409fcdf8b39b113cb8.tar.bz2 cryptography-defa460b5a457f4d1d4d4c409fcdf8b39b113cb8.zip | |
don't do coverage under pypy3
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -45,6 +45,12 @@ commands = commands = py.test --capture=no --strict {posargs} +# Temporarily disable coverage on pypy3 because of performance problems with +# coverage.py on pypy3. +[testenv:pypy3] +commands = + py.test --capture=no --strict {posargs} + [testenv:pep8] deps = flake8 |
