summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2016-01-31 23:12:52 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2016-01-31 23:12:52 +0100
commite8ef5cdc9749814643f8a02fab8f2939b6774ffd (patch)
treeee051fbbab3688f93833ee4842d9379203178f16
parentc5a25ededc51eb3e922eef83a6382f91f8b15e7e (diff)
downloadsetuptools-scm-e8ef5cdc9749814643f8a02fab8f2939b6774ffd.tar.gz
drop python 3.2 since pip dropped it
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3dd1884..3b90462 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ sudo: false
python:
- '2.6'
- '2.7'
-- '3.2'
- '3.3'
- '3.4'
- '3.5'