Files
platformio-core/circle.yml
T
2015-11-25 22:27:57 +02:00

17 lines
245 B
YAML

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