Removed Travis-CI and ReadTheDocs integrations (replaced by Platypush CI hooks)

This commit is contained in:
Fabio Manganiello 2021-03-16 00:28:25 +01:00
parent 82274d3d12
commit 8a3df30001
4 changed files with 1 additions and 42 deletions

View File

@ -1,7 +0,0 @@
build:
image: latest
python:
version: 3.7
setup_py_install: true

View File

@ -1,12 +0,0 @@
pyyaml
requests
flask
redis
python-dateutil
websockets
bcrypt
sqlalchemy
croniter
zeroconf>=0.27.0
pyjwt
pytest

View File

@ -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

View File

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