diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2014-12-17 02:30:51 +0100 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2014-12-17 02:37:56 +0100 |
commit | 3112682d573edf8b4fd369cf609da7d1cf329d1f (patch) | |
tree | 1dff7090d74ac2f8bf9de36240d29625ef694ffb /.travis.yml | |
parent | 071e5d78e71d778ee790c256f6b96a5d7b7896ea (diff) | |
download | pep8-3112682d573edf8b4fd369cf609da7d1cf329d1f.tar.gz |
Add tests on PyPy 3 for Travis-CItest-pypy3
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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: |