mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Integrate Circle CI
This commit is contained in:
16
circle.yml
Normal file
16
circle.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
machine:
|
||||||
|
python:
|
||||||
|
version: 2.7
|
||||||
|
environment:
|
||||||
|
- TOX_ENV=docs
|
||||||
|
- TOX_ENV=lint
|
||||||
|
- TOX_ENV=py26
|
||||||
|
- TOX_ENV=py27
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
pre:
|
||||||
|
- pip install tox
|
||||||
|
|
||||||
|
test:
|
||||||
|
override:
|
||||||
|
- tox -e $TOX_ENV
|
Reference in New Issue
Block a user