blob: e73b4749339ef3d7cc4c7e5e6e2210729516a1cc [file] [log] [blame]
Dmitry011d2a02016-10-25 23:24:40 +03001language: python
2sudo: false
3os:
4 - linux
5python:
6 - '2.7'
7 - '3.4'
8 - '3.5'
9install:
10 - pip install -U pip
11 - pip install -U tox-travis
12script: tox -v -epep8