Files
platformio-core/circle.yml
T
2015-11-12 17:28:25 +02:00

22 lines
354 B
YAML

machine:
python:
version: 2.7
environment:
TOX_ENV: docs
TOX_ENV: lint
TOX_ENV: py26
TOX_ENV: py27
checkout:
post:
- git submodule update --init
- pip install -U pip setuptools virtualenv
dependencies:
pre:
- pip install tox
test:
override:
- tox -e $TOX_ENV