summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-03-09 10:44:09 -0400
committerTres Seaver <tseaver@palladion.com>2015-03-09 10:44:09 -0400
commit1d60b060ae4d74ad1c4eabb4b36c711a4e0e9b77 (patch)
treeab8fabee2e75ff204f9f07afba00b5425ceb4d3c
parentb07f7577d4b42db2a2ab62b420839da6c8ffc295 (diff)
downloadzope-i18nmessageid-1d60b060ae4d74ad1c4eabb4b36c711a4e0e9b77.tar.gz
Test 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 f9270d0..49a0366 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ python:
- 3.3
- 3.4
- pypy
+ - pypy3
install:
- pip install .
script:
diff --git a/tox.ini b/tox.ini
index 63cc345..46437f3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py26,py27,py32,py33,py34,pypy,coverage,docs
+ py26,py27,py32,py33,py34,pypy,pypy3,coverage,docs
[testenv]
commands =