summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 694b6aa027573d7070462524eabc10e461db49aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: python
sudo: false
python:
 - "2.7"
 - "3.4"
 - "3.5"
 - "3.6"
 - "pypy"
matrix:
  include:
    - python: "3.7"
      dist: xenial
      sudo: required
install:
 - pip install -q "flake8"
script:
 - nosetests --with-coverage --cover-package=statsd
 - flake8 statsd/