tBuLi / symfit

Symbolic Fitting; fitting as it should be.
http://symfit.readthedocs.org
MIT License
233 stars 17 forks source link

Deploy on PyPI #88

Closed tBuLi closed 7 years ago

tBuLi commented 7 years ago

The goal of this PR is to add automatic deployment to PyPI. In order to do this I follow the following guide: https://www.appneta.com/blog/pypi-deployment-with-travis-ci/

Additionally, notes on encrypting the password as found here were followed: https://docs.travis-ci.com/user/deployment/pypi/

If everything goes well, this should automatically deploy to the PyPI test server on every push, but only to the real one when the commit is tagged.