blob: fea26440af755ac76931779497c8095b0a0b3cd4 [file] [log] [blame]
Sergey Vilgelmd11b53c2018-12-11 12:23:54 -06001language: python
Paul Carveraa34a6e2018-12-11 14:48:04 -05002python:
3 - "2.7"
4 - "3.5"
Sergey Vilgelmd11b53c2018-12-11 12:23:54 -06005
6env:
7 - TOX_ENV=pep8
8 - TOX_ENV=py27
9 - TOX_ENV=py35
10
11install:
12 - pip install tox
13
14script:
15 - tox