From 0dd134c338fa0167299158132141bfa0231d7094 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 25 Apr 2016 21:07:08 +0300 Subject: [PATCH] Remove Circle CI badge and conf --- README.rst | 3 --- circle.yml | 16 ---------------- 2 files changed, 19 deletions(-) delete mode 100644 circle.yml diff --git a/README.rst b/README.rst index f76c557d..ede79764 100644 --- a/README.rst +++ b/README.rst @@ -7,9 +7,6 @@ PlatformIO .. image:: https://ci.appveyor.com/api/projects/status/dku0h2rutfj0ctls/branch/develop?svg=true :target: https://ci.appveyor.com/project/ivankravets/platformio :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 :target: https://requires.io/github/platformio/platformio/requirements/?branch=develop :alt: Requirements Status diff --git a/circle.yml b/circle.yml deleted file mode 100644 index 6f493626..00000000 --- a/circle.yml +++ /dev/null @@ -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