summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5bd79bc..6ea7f75 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: python
python:
- - "2.6"
+ #- "2.6"
- "2.7"
# 3.2 make unicode literal handling difficult.
# we dropped that, see https://github.com/rthalley/dnspython/pull/148