storj-archived / storj-python-sdk

Deprecated. A Python SDK for the Storj API.
https://storj.io
MIT License
23 stars 19 forks source link

deploy from travis-ci #29

Closed steenzout closed 8 years ago

steenzout commented 8 years ago

This PR allows travis-ci to automatically upload new tagged versions into pypi if the tag test build passes.

After merging this PR to master @super3 will need to use

$ gem install travis && travis encrypt, edit .travis.yml and

replace the secure: secret with secure: generated hash.

$ git add .travis.yml && git commit -m 'updated deploy password' && git push'.

That should do it.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 43.831% when pulling 343ccdae94aba8ccafea9953c4237160c90fbf91 on steenzout:deploy into b639d4ed8e8ad25102c9cf0d08784200824fa5ed on Storj:master.