summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 184871a59b685e4513ff03f35cc0c736cfd91274 (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"
install:
 - pip install -q flake8
script:
 - nosetests
 - flake8 statsd/