Files
platformio-core/circle.yml
T

22 lines
354 B
YAML
Raw Normal View History

2015-05-28 12:28:24 +03:00
machine:
python:
version: 2.7
environment:
2015-05-28 12:30:55 +03:00
TOX_ENV: docs
TOX_ENV: lint
TOX_ENV: py26
TOX_ENV: py27
2015-05-28 12:28:24 +03:00
2015-05-28 12:44:37 +03:00
checkout:
post:
- git submodule update --init
2015-11-12 17:28:25 +02:00
- pip install -U pip setuptools virtualenv
2015-05-28 12:44:37 +03:00
2015-05-28 12:28:24 +03:00
dependencies:
pre:
- pip install tox
test:
override:
- tox -e $TOX_ENV