summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-26 14:14:27 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-26 14:14:27 -0500
commit2244c97697444d34224fa2e92ade925ad14b82a2 (patch)
treeb9026877767bc7d3d16e9c5e6517b8a1f4701784
parent0f010c3a7d47a0a5f09a7ecc0a035648207956c1 (diff)
downloadzope-browser-2244c97697444d34224fa2e92ade925ad14b82a2.tar.gz
Add support for PyPy3.
-rw-r--r--.travis.yml1
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a733395..418d4f3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ python:
- 3.3
- 3.4
- pypy
+ - pypy3
install:
- pip install . --use-mirrors
script:
diff --git a/tox.ini b/tox.ini
index 5735ec2..817dcd2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py26,py27,py32,py33,py34,pypy
+ py26,py27,py32,py33,py34,pypy,pypy3
[testenv]
commands =