Skip to content

Commit

Permalink
travis: deploy work
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Dec 8, 2017
1 parent f9b5e13 commit 645e92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:

before_install:
- pip install .
- pip install twine
- pip install twine --upgrade

script:
- python -m benchpress.testing
Expand All @@ -17,6 +17,6 @@ deploy:

deploy:
provider: script
script: python setup.py sdist && twine upload dist/*
script: python setup.py sdist && twine upload --help && echo $TWINE_USERNAME && twine upload dist/*
on:
branch: master

0 comments on commit 645e92f

Please sign in to comment.