summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: fe3c745ca18595e541a80b0a41fe27321c22c8ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: python
python:
  - 2.6
  - 2.7
  - 3.2
  - 3.3
  - 3.4
  - pypy
matrix:
  allow_failures:
    - python: 3.2
    - python: 3.3
    - python: 3.4
services:
  - memcached
install: python setup.py install
before_script: pip install nose
script: nosetests