Skip to content

Commit

Permalink
Py3k support.
Browse files Browse the repository at this point in the history
Merge branch 'master' into py3
#17
  • Loading branch information
rgalanakis committed Jun 12, 2014
2 parents 12e9ec8 + 40d4ccb commit 48b52e2
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 48b52e2

Please sign in to comment.