varlink / python

Python implementation of the Varlink protocol
https://varlink.org/python/
Apache License 2.0
43 stars 8 forks source link

Remove useless deployment scripts part #21

Closed 4383 closed 4 years ago

4383 commented 5 years ago

python-varlink is now deployed on pypi through git tag creation and travis triggering, so we can now remove some useless part of the deployment script.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 250


Totals Coverage Status
Change from base Build 249: 0.0%
Covered Lines: 626
Relevant Lines: 4032

💛 - Coveralls
4383 commented 5 years ago

What do you think about using readthedoc instead of gh-pages?

It's possible to trigger doc updating from the github repo to readthedocs.io.

readthedoc will automatically retrieve the doc source and build and publish the new one from github without manual handling: