Files
platformio-core/circle.yml
T
2016-04-23 20:21:04 +03:00

17 lines
257 B
YAML

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