opengisch / pum

Postgres Upgrades Manager
GNU General Public License v2.0
30 stars 7 forks source link

Automatically deploy to pypi on tag #10

Closed m-kuhn closed 7 years ago

m-kuhn commented 7 years ago

Allows using

pip install pum

Biggest change is moving the code into a subfolder, this requires updates to adjust dependants (qwat)

m-kuhn commented 7 years ago

Thanks for the review. Yes, in that case I'd say better use pip install than git submodule in qwat/travis, right?

marioba commented 7 years ago

Yes, I also think it's better with pip. But if we continue with git submodule, at least we need to change the path of pum.py into qwat/travis to pum/pum/pum :)

m-kuhn commented 7 years ago

If all goes well now, you can do:

sudo pip install pum
pum --help