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