Skip to content

Commit

Permalink
automating pypi deployment through travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Apr 10, 2017
1 parent 092b000 commit eb5cd03
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,14 @@ install:

# command to run tests
script: nosetests --verbosity 2

# automated pypi releases
deploy:
provider: pypi
user: gabrielfalcao
password:
secure: E5KbnpQau7jv/mpHWAs19Y5zBaOHyBXRCGAsTS0S5lEOp/g8EEbjyt5rL7lcIeFAYarIds719BktC5iO+1AQbXOYicS5vDfiVRdLaJ5HPA4v6zyyQzwadFKSqE1Tv11AG9xkFDfBEPLTQmSrpI5cJIY5UoafDnMZe4CbLVETTw8=
on:
branch: master
tags: true
distributions: sdist

4 comments on commit eb5cd03

@gabrielfalcao
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @timofurrer 👍
http://68.media.tumblr.com/0d8e767123ebd3b1cf2870ed0433a4a0/tumblr_inline_odd3fcGwAw1raprkq_500.gif

@timofurrer
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! 🍻

@timofurrer
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added wheels to the distributions which are being deployed - I hope you are fine with that :)

@gabrielfalcao
Copy link
Owner Author

@gabrielfalcao gabrielfalcao commented on eb5cd03 Apr 10, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.