Skip to content

Commit

Permalink
Merge pull request #169 from AKSW/feature/pyInstallerRelease
Browse files Browse the repository at this point in the history
Add pyinstaller deployment to travis
  • Loading branch information
splattater authored Sep 27, 2018
2 parents 125cab4 + 0893aae commit 43975e3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,20 @@ script:
- coverage run -a --source=quit tests/test_namespace.py
- coverage run -a --source=quit tests/test_provenance.py

before_deploy:
- pyinstaller -F quit.spec
- cp dist/run dist/quit

deploy:
provider: releases
api_key:
secure: lvGR9nWYc/FI98SIGwRaTXXqjcL1hVDMc/P4W4Tg8gdNQ3LSJ4yYzYdtLOfqOupwUxFKR3//mzYbxBEIxXADNos9QtN5scVdZyiApG+FjYRa4TS/JkQ5tk4/aIjlCdwiUOAM9hKfclO7QmWcUX9xtagBG+Z9f99Xm4Z2gzmlq6+bnD4r/ODm8j3AbyHGq3vRNeuz9CiMxgwTTsOaP738BynmOdAVlL0YNw/Rjt1E6xTfjJ0zGT2CYDqUgA/A/RagrMZnESo/2htzQ2G7cYhv6txvCg2pCP2VIiubTni/cC1h3eTPledbmoePdtd9xHA9xb2WSB4RSBeYBr3DTJIrysTDyUOFhI2L/UHFwXlH1UlQZCaRzf/+cIHvoQPxs6PC1mZHs/SgPm+4m1OoJwrXsAMgn52cvVbM7WIhIWYxtQYshDKCip3XQa8ybzn0bVPNi2/zsl+yKdS1PKzeoNxeoBXExyK3igTXKs+u2He8s97wJZII9C+n2GbK/ndqwOENUDOVKuVytmBJ372XrvBLcxS41dMtX/AnFcr+P6ZCZ+PI71D1+GG+pU7KNglyI2RQPBlWfSOM00bXQ16HDYaWD/ktoDVYaj4YkenxFEMoRYyirHw6fFwXRWHZCCg1CA29EIU+HD3kQXzwmxtoecc9zhFpW5WHYUn9DiKdwq6A9xg=
file: dist/quit
skip_cleanup: true
on:
condition: $TRAVIS_PYTHON_VERSION = 3.6
tags: true
repo: AKSW/QuitStore

after_success:
coveralls

0 comments on commit 43975e3

Please sign in to comment.