-
Notifications
You must be signed in to change notification settings - Fork 10
Deployment
Samuel Kurath edited this page Apr 28, 2017
·
3 revisions
The deployment process for PyPi and Read the Docs is seamlessly integrated in git / Github.
To deploy a new version of pyGeoTile on PyPi you have to merge your changes in to the master branch and update the version number in the setup.py.
In addition to the automated tests TravisCI will do the update of the PyPi package. The configuration for TravisCI is defined in the .travis.yml file.
https://travis-ci.org/geometalab/pyGeoTile
The documentation will be deployed automatically too and is build out of the Docstrings of the code.