summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2018-02-20 12:15:08 -0800
committerBob Halley <halley@dnspython.org>2018-02-20 12:15:08 -0800
commit785efbb3ce8519a7c1ee4fb916e45de55772609e (patch)
tree2c84a30c5024bdf9cce5ecb495b02782603e33d2 /.travis.yml
parent1c143605a92dff49c3dbf58e6d14097cd72db68a (diff)
downloaddnspython-785efbb3ce8519a7c1ee4fb916e45de55772609e.tar.gz
Do not test on 2.6 any more as things have stopped supporting it.
Diffstat (limited to '.travis.yml')
-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