Skip to content

Commit

Permalink
Merge pull request #10 from wongnai/add-travis-ci
Browse files Browse the repository at this point in the history
Added Travis CI automated publishing
  • Loading branch information
seehait committed Oct 1, 2018
2 parents 8c349dc + c19a539 commit 461fd7f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
language: python
python: 3.6
script: python setup.py test
deploy:
provider: pypi
user: wongnai
password:
secure: n2/uWHH6YUDLm4CIZMLfRkJlJml2PeST2Jn8sU7qGhmiyiPDGj1GTR9KxxhkML9OV5MdpVURE65Mkwg/9FwC2F4m6rVlwQfpvGvF+YWToZpJIUlIH0yyfBE74iJZULonL72vxHKCk/ZkGblAWxkI0pPxMSQ87IdJLGqnPlikqAdY+zzcj7KREMPLlE1mzaKmKtFRTJ5qkWYfpjf1cYwhfRrMp7F9Y9pZt3Djve9LbxMMh2HRAKpZcI1l1rGW99yj5PqiEILp/HYeCntfTx9FHhBgqeVS/7j61Zmb9bWctUzY9+PDznji3zigEbKccXWb+LpSt+tvyYZM6zpHituTZjmyewUCRIJPddbX6EPTTS7/Wz7VpHzyY/mOoRdaxQ69UXCqlJ9xUcbaiKW6NJG+hXi7Je4umtTAgGzGhRsfnFZw5XGBAa6+An1nob3IAWZllwwoCfTTIRTK8PmA5PqhtsJxq73OMl5vxJynrJpIN/PJGBKneO/ThRGZHTrsh2gsK1K4J5oyFJg5fdyX6hbIZ+32KOoekhCkHybm3CzKKhmY+REQKrZsq21OQ9ZbM8EBwRF4bLD7FSq0aNuBsSCEHM64BoxWn/XLwcuwpCC6ALvkEXwxNDYDSCHucXGWSLaGa0fPST2s6hXKzFrVfvn3moIEaLXe/kDGrAAgpWsN8ds=
on:
tags: true
distributions: "sdist bdist_wheel"
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [4.2.1] - 2018-10-01
### Fixed
- Republished due to unclean build directory. Now using CI to cleanly submit

## [4.2.0] - 2018-09-24
### Changed
Expand Down Expand Up @@ -55,7 +58,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- Initial open source release 🎉

[Unreleased]: https://github.com/wongnai/eastern/compare/v4.1.2...HEAD
[Unreleased]: https://github.com/wongnai/eastern/compare/v4.2.1...HEAD
[4.2.1]: https://github.com/wongnai/eastern/compare/v4.2.0...v4.2.1
[4.2.0]: https://github.com/wongnai/eastern/compare/v4.1.2...v4.2.0
[4.1.2]: https://github.com/wongnai/eastern/compare/v4.1.1...v4.1.2
[4.1.1]: https://github.com/wongnai/eastern/compare/v4.1.0...v4.1.1
[4.1.0]: https://github.com/wongnai/eastern/compare/v4.0.0...v4.1.0
Expand Down

0 comments on commit 461fd7f

Please sign in to comment.