blob: 2bf473a5d94ac69b832fe7d208eca48db33eb4cc [file] [log] [blame]
Sergey Vilgelmd11b53c2018-12-11 12:23:54 -06001language: python
Sergey Vilgelmd11b53c2018-12-11 12:23:54 -06002
3install:
4 - pip install tox
5
6script:
7 - tox
Sergey Vilgelmd3003ae2018-12-13 07:49:50 -06008
9jobs:
10 include:
11 - stage: style
12 python: "3.5"
13 env: TOXENV=pep8
14 - stage: unit tests
15 python: "2.7"
16 env: TOXENV=py27
17 - python: "3.5"
18 env: TOXENV=py35