summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-06-01 15:34:36 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-06-01 15:34:36 +0200
commit3b1586d774955ef5f7b0b5a5b027e2ab943e7c91 (patch)
treef3520e55e7e06318f05a9389dab377d52288d1a9 /.travis.yml
parent65f03d2bfa4922a003e6089e1f23677111e25510 (diff)
downloadpep8-3b1586d774955ef5f7b0b5a5b027e2ab943e7c91.tar.gz
Don't report failures due to PyPy JIT.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1e41d4c..8850300 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,3 +12,6 @@ script:
- python pep8.py --testsuite testsuite
- python pep8.py --statistics pep8.py
- python pep8.py --doctest
+matrix:
+ allow_failures:
+ - python: pypy