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