diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2013-12-31 19:14:36 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2013-12-31 19:14:36 -0800 |
commit | 91a80666864f453cb1786edbec99376afbc84538 (patch) | |
tree | 43a97674aac6fa6bf961ac89dc5c5c96ac2e7946 | |
parent | 6b222528f3b5a581e699c3364a5e327764689d40 (diff) |
No more Python 2.5 on Travis :(
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 43a42798..ce7acc5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.5" - "2.6" - "2.7" install: |