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 10af9e6 commit f9b5e13
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:

before_install:
- pip install .
- pip install twine

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

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

0 comments on commit f9b5e13

Please sign in to comment.