blob: fea26440af755ac76931779497c8095b0a0b3cd4 [file] [log] [blame]
language: python
python:
- "2.7"
- "3.5"
env:
- TOX_ENV=pep8
- TOX_ENV=py27
- TOX_ENV=py35
install:
- pip install tox
script:
- tox