summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ca3b9c9f25ac7bf4b885a205a509a79f3e593f8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: python
python:
  - "2.6"
  - "2.7"
  - "3.2"
  - "3.3"
  - "3.4"
  - "pypy"
  - "pypy3"
install:
  - python setup.py develop
  - pip install webob webtest coverage
script: nosetests