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).