Skip to content

Commit

Permalink
build only on python3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit-Sharma-USC committed Nov 4, 2020
1 parent 49e8f2e commit 1328cda
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
language: python

python: "3.6" # or the highest if we update the python list
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"

before_install: pip install pytest-cov

Expand All @@ -22,4 +27,5 @@ deploy:
secure: "sUqwmjKcPMlSKkp5brKpOQFmk0H2gawtgigSrRtPK3E7i9iKyA4UvN+8CU9IPdKRADr7TVGbmpz0k7DFcZMHD3ZMIQwHKkAkpunWaMeCe1g69xo0/jOibGGBEfkrWwuczGWVtrRsVQCdl0Y7yWq/5tcd6p2FYFeWQjHKp/I0vrrArY6kf4qEpQ9BIJZI7ite+hToKRaSvXluwzM97wrllY0hcvICE65jXNJAdq81i4i5UPtx3eZED9mr1QGOZ2Ha7tMD8wHOC8X+D4ehP80j+GSjVLZhBZaKkYxKz0VnhiMCPNP/fUbVflDFhPmBvTmRLEI3VlFES7iolH0LaKzn45XphZFKOwpa+DPS6sQ7OtiihTmCqFrZC961jV3Fjynyk8PLdCIYgS4/k6xtOsKP/4nK+bN7WayP0bQ6HedRAzuDnwjD1sVhrEiNVdmzdpwe+cpjPe95SWIsnQuskKH5nsdhfsG8FK48YaNeRRKD5Yvg4zqM1dIs1EiI7L1jQhbO5V6qlxJ1PqvL4dD4DTMCTkxAgu365kISIstaO9AYRWbjLkJSOPwpSeb4LXJKtiXLNrzrBDQPQ1KMJTpg5IsubBH40j23W+H/OCygT2i6MPL6vTIvljoxSiEpTyeeonZwZX3Q6EQuk1lISCTSeCIloA91ibYThFs3lNuqBwOvHFo="
distributions: "bdist_wheel"
on:
tags: true
tags: true
python: "3.9"

0 comments on commit 1328cda

Please sign in to comment.