diff options
author | Jon Bernard <jbernard@tuxion.com> | 2013-12-17 22:12:17 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2013-12-17 22:12:17 -0500 |
commit | 9054598b848d57389dbe6566276d9fb42a6e5190 (patch) | |
tree | 83c5b4318b4cef6a94e3e9e8fc1c08d40bcaa044 /.travis.yml | |
parent | 590b17bb6de0468bb477b194c87c5fb9ba73e25d (diff) | |
download | dotfiles-9054598b848d57389dbe6566276d9fb42a6e5190.tar.gz dotfiles-9054598b848d57389dbe6566276d9fb42a6e5190.tar.bz2 dotfiles-9054598b848d57389dbe6566276d9fb42a6e5190.zip |
Remove python 2.5 from travis-ci configuration
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 8e6edd7..a78e828 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.5" - "2.6" - "2.7" - "3.2" |