summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-12-17 02:30:51 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-12-17 02:37:56 +0100
commit3112682d573edf8b4fd369cf609da7d1cf329d1f (patch)
tree1dff7090d74ac2f8bf9de36240d29625ef694ffb
parent071e5d78e71d778ee790c256f6b96a5d7b7896ea (diff)
downloadpep8-test-pypy3.tar.gz
Add tests on PyPy 3 for Travis-CItest-pypy3
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a37c115..b188325 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ python:
- 3.3
- 3.4
- pypy
+ - pypy3
install:
- pip install -e .
- pip list
@@ -17,6 +18,7 @@ script:
matrix:
allow_failures:
- python: pypy
+ - python: pypy3
notifications:
email: