Skip to content

Commit

Permalink
Adding travis deploy section (still pointing it to the PyPI test server)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuim committed Jun 12, 2014
1 parent ab69b70 commit 40d4ccb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ cache:
directories:
- .tox
- $HOME/.pip-cache/
deploy:
provider: pypi
server: https://testpypi.python.org/pypi
user: chuim
password:
secure: XEB8GFOxRWVhMX2O/at9DF3Y3xQA71+ZJL5zF/KCyY5aKA7WnerwmRT/4s6HIpC1MG8H8f2sexFywSsOOHSa8TybHtZNDSQEMN2G7Xcynv3u+WEICGDUfanRL+17Q7YjvU7WzdddcTzSmn9DVrv+YqfN+3p6QzWSXhNQWqcDsIk=
on:
branch: production

0 comments on commit 40d4ccb

Please sign in to comment.