forked from platformio/platformio-core
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