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