summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2014-12-16 17:45:30 -0800
committerIan Lee <IanLee1521@gmail.com>2014-12-16 17:45:30 -0800
commit8452fc5e1383617b63533d9f6f586133554276f6 (patch)
tree1dff7090d74ac2f8bf9de36240d29625ef694ffb
parent071e5d78e71d778ee790c256f6b96a5d7b7896ea (diff)
parent3112682d573edf8b4fd369cf609da7d1cf329d1f (diff)
downloadpep8-8452fc5e1383617b63533d9f6f586133554276f6.tar.gz
Merge pull request #356 from jcrocholl/test-pypy3
Add tests on PyPy 3 for Travis-CI
-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: