aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 64e3d86d823dd828751deab95e94a959e35e819e (plain)
1
2
3
4
5
6
7
8
9
language: python
python:
  - "2.7"
  - "3.4"
  - "3.5"
install: "pip install -r requirements.txt"
script:
  - flake8
  - nosetests --verbosity=3