diff options
author | Matthew Treinish <mtreinish@kortar.org> | 2016-11-29 11:24:49 -0500 |
---|---|---|
committer | Free Ekanayaka <free.ekanayaka@gmail.com> | 2016-11-29 17:24:49 +0100 |
commit | 8fb4e5c2005b3b78895660cdffb4981f2c4c02a3 (patch) | |
tree | 99ffc4afd4ddb4224300d2e90e79f273afb549d2 | |
parent | 2173ae70261029b49e99208c1d6470ef9833c7a5 (diff) | |
download | testrepository-git-8fb4e5c2005b3b78895660cdffb4981f2c4c02a3.tar.gz |
Remove python 3.2 testing from travis.yml (#28)
This commit removes the python 3.2 testing job from the travis.yml.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a4de1fc..f15081f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python python: - "2.6" - "2.7" - - "3.2" - "3.3" - "3.4" - pypy |