Skip to content

Commit

Permalink
Merge pull request #352 from idan/travis_deploy
Browse files Browse the repository at this point in the history
Travis deploy to PyPI on github tag. #333, #346.
  • Loading branch information
thedrow committed Jul 1, 2015
2 parents 08970a8 + 4149010 commit b878ba1
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
language: python

install:
- pip install tox coveralls

- pip install tox coveralls
script:
- tox

- tox
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py32
- TOXENV=pypy

- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py32
- TOXENV=pypy
after_success: coveralls

branches:
only:
- master

- master
notifications:
irc: "irc.freenode.org#oauthlib"
irc: irc.freenode.org#oauthlib
deploy:
provider: pypi
user: ib.lundgren
password:
secure: hmKuLMTlBPRnwt3m3z6Z2jTn1ZFwpaU7UtSMj8GLwRC3w5GqDkhwNfMMkZOcMCemvGAx5g40vXTxCeMgyryCc0uPlMzDgospVCKxtB8rW9hDx2eHCJmfUSZG6whBJ3S1zTOev/TXxp8fakTdPrN89YESjvcWKbytBM61qhbUOqE=
on:
tags: true
repo: idan/oauthlib

0 comments on commit b878ba1

Please sign in to comment.