summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-17 09:24:55 -0500
committerTim Graham <timograham@gmail.com>2016-12-17 09:25:15 -0500
commita590982122e969bccd0db6a998fd3f39ff529024 (patch)
tree8720a9728c106b225b9bcbddfda8d046c11258b0 /.travis.yml
parentf4d8bf260329687b27786b5df7a0e403f1807f85 (diff)
downloadpython-memcached-a590982122e969bccd0db6a998fd3f39ff529024.tar.gz
Fix #109: Remove testing for Python 2.6 and 3.2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 423c5ca..8f6920f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,6 @@
language: python
python:
- - 2.6
- 2.7
- - 3.2
- 3.3
- 3.4
- 3.5