Files
platformio-core/circle.yml
T

17 lines
245 B
YAML
Raw Normal View History

2015-05-28 12:28:24 +03:00
machine:
python:
version: 2.7
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:
2015-11-25 22:27:57 +02:00
- tox -e py27