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