Skip to content

Commit

Permalink
Merge pull request #16 from Bynder/API-111
Browse files Browse the repository at this point in the history
API-111: Autopublish python SDKs via travis
  • Loading branch information
Arpit-Sharma-USC authored Nov 5, 2020
2 parents d11ee29 + 1328cda commit 5731260
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: python

sudo: false

python:
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"

before_install: pip install pytest-cov

Expand All @@ -17,4 +18,14 @@ notifications:
recipients:
- [email protected]
on_success: never
on_failure: always
on_failure: always

deploy:
provider: pypi
username: "__token__"
password:
secure: "sUqwmjKcPMlSKkp5brKpOQFmk0H2gawtgigSrRtPK3E7i9iKyA4UvN+8CU9IPdKRADr7TVGbmpz0k7DFcZMHD3ZMIQwHKkAkpunWaMeCe1g69xo0/jOibGGBEfkrWwuczGWVtrRsVQCdl0Y7yWq/5tcd6p2FYFeWQjHKp/I0vrrArY6kf4qEpQ9BIJZI7ite+hToKRaSvXluwzM97wrllY0hcvICE65jXNJAdq81i4i5UPtx3eZED9mr1QGOZ2Ha7tMD8wHOC8X+D4ehP80j+GSjVLZhBZaKkYxKz0VnhiMCPNP/fUbVflDFhPmBvTmRLEI3VlFES7iolH0LaKzn45XphZFKOwpa+DPS6sQ7OtiihTmCqFrZC961jV3Fjynyk8PLdCIYgS4/k6xtOsKP/4nK+bN7WayP0bQ6HedRAzuDnwjD1sVhrEiNVdmzdpwe+cpjPe95SWIsnQuskKH5nsdhfsG8FK48YaNeRRKD5Yvg4zqM1dIs1EiI7L1jQhbO5V6qlxJ1PqvL4dD4DTMCTkxAgu365kISIstaO9AYRWbjLkJSOPwpSeb4LXJKtiXLNrzrBDQPQ1KMJTpg5IsubBH40j23W+H/OCygT2i6MPL6vTIvljoxSiEpTyeeonZwZX3Q6EQuk1lISCTSeCIloA91ibYThFs3lNuqBwOvHFo="
distributions: "bdist_wheel"
on:
tags: true
python: "3.9"

0 comments on commit 5731260

Please sign in to comment.