Skip to content

Commit

Permalink
running script instead of before_deploy for pypi deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Billimek committed Jul 11, 2018
1 parent aa57c67 commit 521a197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python: "3.5"
install:
- pip install -e .
before_deploy:
script:
- export ENV=$(if [ "$TRAVIS_BRANCH" == "master" ]; then echo production; else echo development; fi) && flow github -o VERSION getversion $ENV
deploy:
provider: pypi
Expand Down

0 comments on commit 521a197

Please sign in to comment.