Skip to content

Deploying new releases

Greg Medlock edited this page Jun 21, 2018 · 1 revision

After every commit, all tests are run through TravisCI (https://travis-ci.org/gregmedlock/Medusa). We use TestPyPi (https://test.pypi.org/project/medusa-cobra/) to test pip releases prior to releasing them on the main pip server (https://pypi.org/project/medusa-cobra/).

In general, the pip deployment process is the same as described here: https://packaging.python.org/tutorials/packaging-projects/

however, cobrapy has not been updated in testpypi since ~0.5.7, so we need to use this command when testing the installation from testpypi: pip install --extra-index-url https://test.pypi.org/pypi/ medusa-cobra

Clone this wiki locally