summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: e95bf5dfd67b4d78a0e175d46515847b80eb6a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: python

services:
  - memcached

install: "pip install six"

python:
  - 2.6
  - 2.7
  - 3.3
  - pypy

script:
  - python setup.py nosetests
  - PYTHONPATH=. python pymemcache/test/integration.py -s localhost -p 11211