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