mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-02 03:14:26 +02:00
@circleci doesn't support matrix builds
This commit is contained in:
@@ -1,11 +1,6 @@
|
|||||||
machine:
|
machine:
|
||||||
python:
|
python:
|
||||||
version: 2.7
|
version: 2.7
|
||||||
environment:
|
|
||||||
TOX_ENV: docs
|
|
||||||
TOX_ENV: lint
|
|
||||||
TOX_ENV: py26
|
|
||||||
TOX_ENV: py27
|
|
||||||
|
|
||||||
checkout:
|
checkout:
|
||||||
post:
|
post:
|
||||||
@@ -18,4 +13,4 @@ dependencies:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- tox -e $TOX_ENV
|
- tox -e py27
|
||||||
|
Reference in New Issue
Block a user