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