aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-12-23 11:48:21 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-12-23 11:48:21 -0800
commit293852aaeca792d57f7335d0242320b8337c2cdd (patch)
treee84e5295cd3736a868097d5f7149760263211278 /tox.ini
parenta4cc7456c3b27cd11bfbb133f88395fbad487ded (diff)
parentdefa460b5a457f4d1d4d4c409fcdf8b39b113cb8 (diff)
downloadcryptography-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.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 677df7e4..4e1304d8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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