diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
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 |