Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API-111: Autopublish python SDKs via travis #16

Merged
merged 5 commits into from
Nov 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Arpit-Sharma-USC marked this conversation as resolved.
Show resolved Hide resolved

python:
python:
- "3.5"
- "3.6"
Arpit-Sharma-USC marked this conversation as resolved.
Show resolved Hide resolved
- "3.7"
- "3.8"
- "3.9"

before_install: pip install pytest-cov

Expand All @@ -17,4 +18,14 @@ notifications:
recipients:
- ajax@bynder.com
on_success: never
on_failure: always
on_failure: always

deploy:
Arpit-Sharma-USC marked this conversation as resolved.
Show resolved Hide resolved
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:
Arpit-Sharma-USC marked this conversation as resolved.
Show resolved Hide resolved
tags: true
python: "3.9"