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 95e720e commit 5f04579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ python:

before_install:
- pip install .
- pip install twine

script:
- python -m benchpress.testing

deploy:
provider: script
script: python setup.py sdist && twine upload dist/*
script: python setup.py sdist && ls dist/* && twine upload dist/*
on:
branch: master

0 comments on commit 5f04579

Please sign in to comment.