diff options
author | Armin Ronacher <armin.ronacher@active-4.com> | 2013-05-18 12:45:13 +0100 |
---|---|---|
committer | Armin Ronacher <armin.ronacher@active-4.com> | 2013-05-18 12:45:13 +0100 |
commit | 8bdc65d9e57d5c0da329bb88127d977bd58002e5 (patch) | |
tree | 406d25c8aca6502c8d4e52fe220b008372139f2c /.travis.yml | |
parent | 64f6990c3b711f8ff26530c27bb0913213564e50 (diff) | |
download | jinja2-8bdc65d9e57d5c0da329bb88127d977bd58002e5.tar.gz |
Removed 2.5 for travis on the new branch
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index afa9b4b..65b24ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.5" - "2.6" - "2.7" install: |