summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4bc8e348bb9b7c2c4c3d6d25d5bccb2dbde84951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: python
python:
  - "2.7"
  - "3.5"
stages:
  - lint
  - test
install: pip install tox tox-travis
jobs:
  include:
    - stage: lint
      script: tox -e lint
      python: "3.5"
script: tox