summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-05-26 22:42:47 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-05-26 22:42:47 +0200
commit6401e2f62a77813871e265f40d73079003ea541c (patch)
tree21146fff9cf894baafb674f235def9d67edb3bdc /.travis.yml
parent0c09b56ce22740e35e552daa581e85315f0c0131 (diff)
downloadpep8-6401e2f62a77813871e265f40d73079003ea541c.tar.gz
Tentatively enable more builds.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d7d21e8..93298be 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,11 @@ python:
- 2.7
- 3.2
- pypy
+ - 3.1
+ - 2.4
+install:
+ - pip freeze
script:
- python pep8.py --testsuite testsuite
- - python pep8.py --repeat --statistics pep8.py
+ - python pep8.py --statistics pep8.py
- python pep8.py --doctest