mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Remove Circle CI badge and conf
This commit is contained in:
@ -7,9 +7,6 @@ PlatformIO
|
|||||||
.. image:: https://ci.appveyor.com/api/projects/status/dku0h2rutfj0ctls/branch/develop?svg=true
|
.. image:: https://ci.appveyor.com/api/projects/status/dku0h2rutfj0ctls/branch/develop?svg=true
|
||||||
:target: https://ci.appveyor.com/project/ivankravets/platformio
|
:target: https://ci.appveyor.com/project/ivankravets/platformio
|
||||||
:alt: AppVeyor.CI Build Status
|
:alt: AppVeyor.CI Build Status
|
||||||
.. image:: https://circleci.com/gh/platformio/platformio/tree/develop.svg?style=svg
|
|
||||||
:target: https://circleci.com/gh/platformio/platformio/tree/develop
|
|
||||||
:alt: Circle.CI Build Status
|
|
||||||
.. image:: https://requires.io/github/platformio/platformio/requirements.svg?branch=develop
|
.. image:: https://requires.io/github/platformio/platformio/requirements.svg?branch=develop
|
||||||
:target: https://requires.io/github/platformio/platformio/requirements/?branch=develop
|
:target: https://requires.io/github/platformio/platformio/requirements/?branch=develop
|
||||||
:alt: Requirements Status
|
:alt: Requirements Status
|
||||||
|
16
circle.yml
16
circle.yml
@ -1,16 +0,0 @@
|
|||||||
machine:
|
|
||||||
python:
|
|
||||||
version: 2.7
|
|
||||||
|
|
||||||
checkout:
|
|
||||||
post:
|
|
||||||
- git submodule update --init --recursive
|
|
||||||
- pip install -U pip setuptools virtualenv
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
pre:
|
|
||||||
- pip install tox
|
|
||||||
|
|
||||||
test:
|
|
||||||
override:
|
|
||||||
- tox -e py27
|
|
Reference in New Issue
Block a user