summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2016-04-19 08:35:06 +0200
committerSebastian Thiel <sthiel@thoughtworks.com>2016-04-19 08:35:06 +0200
commit76e19e4221684f24ef881415ec6ccb6bab6eb8e8 (patch)
treee93f17f24cb6564257b9192657b6510ab42d9c6b /.travis.yml
parentccb653d655a7bf150049df079622f67fbfd83a28 (diff)
downloadgitpython-76e19e4221684f24ef881415ec6ccb6bab6eb8e8.tar.gz
feat(py-support): drop py2.6 support
In response to https://github.com/gitpython-developers/GitPython/pull/408/files/5de21c7fa2bdd5cd50c4f62ba848af54589167d0..aae2a7328a4d28077a4b4182b4f36f19c953765b#r59722704
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4e367fff..2c720821 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
language: python
python:
- - "2.6"
- "2.7"
- "3.3"
- "3.4"