summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Thurgood <firxen@gmail.com>2014-10-14 14:14:42 +0200
committerJeremy Thurgood <firxen@gmail.com>2014-10-14 14:14:42 +0200
commit3029f9395a4520e1b63afd0ae95c821e74d44467 (patch)
treefff8feeecaaa18d312295ad9b8bd99de8f05210b
parent8e955a61cb31c9abdd7d61772967bed197163da0 (diff)
downloadpython-memcached-3029f9395a4520e1b63afd0ae95c821e74d44467.tar.gz
Allow 3.x builds to fail for now.
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7c2e302..fe3c745 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,11 @@ python:
- 3.3
- 3.4
- pypy
- - 3.3
+matrix:
+ allow_failures:
+ - python: 3.2
+ - python: 3.3
+ - python: 3.4
services:
- memcached
install: python setup.py install