diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-12-23 11:48:21 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-12-23 11:48:21 -0800 |
commit | 293852aaeca792d57f7335d0242320b8337c2cdd (patch) | |
tree | e84e5295cd3736a868097d5f7149760263211278 /tox.ini | |
parent | a4cc7456c3b27cd11bfbb133f88395fbad487ded (diff) | |
parent | defa460b5a457f4d1d4d4c409fcdf8b39b113cb8 (diff) | |
download | cryptography-293852aaeca792d57f7335d0242320b8337c2cdd.tar.gz cryptography-293852aaeca792d57f7335d0242320b8337c2cdd.tar.bz2 cryptography-293852aaeca792d57f7335d0242320b8337c2cdd.zip |
Merge pull request #1571 from reaperhulk/add-pypy3
add pypy3 to build matrix
Diffstat (limited to 'tox.ini')
-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 |