From 8a3df300019fca1fb7be66d696d92d402b0f2984 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 16 Mar 2021 00:28:25 +0100 Subject: [PATCH] Removed Travis-CI and ReadTheDocs integrations (replaced by Platypush CI hooks) --- .readthedocs.yml | 7 ------- .travis.requirements | 12 ------------ .travis.yml | 22 ---------------------- README.md | 2 +- 4 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644 .readthedocs.yml delete mode 100644 .travis.requirements delete mode 100644 .travis.yml diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index 94a58597aa..0000000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,7 +0,0 @@ -build: - image: latest - -python: - version: 3.7 - setup_py_install: true - diff --git a/.travis.requirements b/.travis.requirements deleted file mode 100644 index 743c7f6f42..0000000000 --- a/.travis.requirements +++ /dev/null @@ -1,12 +0,0 @@ -pyyaml -requests -flask -redis -python-dateutil -websockets -bcrypt -sqlalchemy -croniter -zeroconf>=0.27.0 -pyjwt -pytest diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 962b7543a1..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -language: python -dist: xenial -python: - - "3.7" - -install: "pip install -r .travis.requirements" - -script: pytest - -notifications: - email: - recipients: - - blacklight86@gmail.com - on_success: change - on_failure: change - -services: - - redis-server - -git: - submodules: false - diff --git a/README.md b/README.md index d667c0be88..0461215d8c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Platypush - The [wiki](https://git.platypush.tech/platypush/platypush/-/wikis/home) also contains many resources on getting started. -- Extensive documentation for all the available integrations and messages is available on [ReadTheDocs](https://docs.platypush.tech/en/latest/). +- Extensive documentation for all the available integrations and messages [is available](https://docs.platypush.tech/). - If you have issues/feature requests/enhancement ideas please [create an issue](https://git.platypush.tech/platypush/platypush/-/issues).