diff options
author | Scott Maxwell <scott@codecobblers.com> | 2013-11-19 12:08:13 -0800 |
---|---|---|
committer | Scott Maxwell <scott@codecobblers.com> | 2013-11-19 12:08:13 -0800 |
commit | 103d056a779d891ede6653f4b205a4b1dfad22e9 (patch) | |
tree | 1a38e42bb9a983a4371884d669c728283be50813 /.travis.yml | |
parent | 6d75c75e643c3a109075e86e72b08221c76088cc (diff) |
Remove Python 2.5 from travis and fix minimum required version in init and README
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 7ebb9312..5de0a5b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.5" - "2.6" - "2.7" - "3.2" |