Skip to content

Commit

Permalink
Merge pull request #242 from onefinestay/deploy_with_travis
Browse files Browse the repository at this point in the history
deploy with travis
  • Loading branch information
mattbennett committed May 11, 2015
2 parents a17a56b + 599c1e3 commit 3f0cbc0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,13 @@ env:

script:
- tox -e $TOX_ENV

deploy:
provider: pypi
user: onefinestay
password:
secure: Mwinp9cxGaGe/KjGFcO+T7MAgLvy5yFNeYCq9zpGniuSXsp/AFH3JIS1kWBv71tMC8S2N5kwRMVXoHNMqJt+Iq/EmYIY6vbMK8GijAUqLo8KsbxgmigWTXTn6IHKDO4gwYmQt8BDYJmbq6CNeVVCHMxWyP0Y24S25y7N35oIroU=
on:
tags: true
repo: onefinestay/nameko
distributions: "sdist bdist_wheel"
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[bdist_wheel]
universal = 1

[flake8]
ignore =
Expand Down

0 comments on commit 3f0cbc0

Please sign in to comment.