blob: 2bf473a5d94ac69b832fe7d208eca48db33eb4cc [file] [log] [blame]
language: python
install:
- pip install tox
script:
- tox
jobs:
include:
- stage: style
python: "3.5"
env: TOXENV=pep8
- stage: unit tests
python: "2.7"
env: TOXENV=py27
- python: "3.5"
env: TOXENV=py35