Merge branch 'feature/circleci' into develop

This commit is contained in:
Ivan Kravets
2015-05-28 13:10:48 +03:00
3 changed files with 24 additions and 5 deletions

20
circle.yml Normal file
View File

@ -0,0 +1,20 @@
machine:
python:
version: 2.7
environment:
TOX_ENV: docs
TOX_ENV: lint
TOX_ENV: py26
TOX_ENV: py27
checkout:
post:
- git submodule update --init
dependencies:
pre:
- pip install tox
test:
override:
- tox -e $TOX_ENV

View File

@ -30,9 +30,9 @@ Put ``circle.yml`` to the root directory of the GitHub repository.
machine: machine:
environment: environment:
- PLATFORMIO_CI_SRC=path/to/source/file.c PLATFORMIO_CI_SRC: path/to/source/file.c
- PLATFORMIO_CI_SRC=path/to/source/file.ino PLATFORMIO_CI_SRC: path/to/source/file.ino
- PLATFORMIO_CI_SRC=path/to/source/directory PLATFORMIO_CI_SRC: path/to/source/directory
dependencies: dependencies:
pre: pre:

View File

@ -1,6 +1,5 @@
click==4.0 click==4.0
bottle=0.12.8 bottle==0.12.8
colorama==0.3.3 colorama==0.3.3
pyserial==2.7 pyserial==2.7
requests==2.7.0 requests==2.7.0
scons==2.3.0