diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-05-26 22:58:44 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-05-26 22:58:44 +0200 |
commit | b97a12b2fad06cfd221f1e6d012d646c40672bf9 (patch) | |
tree | 0bbabd4a1599dcc58d1efa8c4199934fe2bdaf6f | |
parent | 6401e2f62a77813871e265f40d73079003ea541c (diff) | |
download | pep8-b97a12b2fad06cfd221f1e6d012d646c40672bf9.tar.gz |
Only 3.1 make sense for Travis-CI build.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 93298be..1e41d4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,9 @@ python: - 2.5 - 2.6 - 2.7 + - 3.1 - 3.2 - pypy - - 3.1 - - 2.4 install: - pip freeze script: |