Skip to content

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.

PyPi

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.

TravisCI

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

Read the Docs

The documentation will be deployed automatically too and is build out of the Docstrings of the code.

http://pygeotile.readthedocs.io/en/latest/

Clone this wiki locally