Skip to content

Commit

Permalink
Fix travis.yml for multiple deployment targets
Browse files Browse the repository at this point in the history
  • Loading branch information
fxstein committed Sep 15, 2015
1 parent 3739d9a commit 341e3b0
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@ script:
after_success:
- coveralls
deploy:
provider: pypi
user: $pypi_test_user
password: $pypi_test_pass
server: $pypi_test
on:
branch: deploy-test
deploy:
provider: pypi
user: $pypi_user
password: $pypi_pass
server: $pypi
on:
branch: deploy
- provider: pypi
user: $pypi_test_user
password: $pypi_test_pass
server: $pypi_test
on:
branch: deploy-test
- provider: pypi
user: $pypi_user
password: $pypi_pass
server: $pypi
on:
branch: deploy

0 comments on commit 341e3b0

Please sign in to comment.