summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Thurgood <firxen@gmail.com>2014-10-14 14:09:56 +0200
committerJeremy Thurgood <firxen@gmail.com>2014-10-14 14:09:56 +0200
commit8e955a61cb31c9abdd7d61772967bed197163da0 (patch)
treefc4ff7dd1825da92e194d4457193cc34abaf9974
parentae84e361414536f0948d067ba61887cb8d43815d (diff)
downloadpython-memcached-8e955a61cb31c9abdd7d61772967bed197163da0.tar.gz
Add memcached to Travis builds.
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ef41904..7c2e302 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,8 @@ python:
- 3.4
- pypy
- 3.3
+services:
+ - memcached
install: python setup.py install
before_script: pip install nose
script: nosetests