blob: e73b4749339ef3d7cc4c7e5e6e2210729516a1cc [file] [log] [blame]
language: python
sudo: false
os:
- linux
python:
- '2.7'
- '3.4'
- '3.5'
install:
- pip install -U pip
- pip install -U tox-travis
script: tox -v -epep8