Skip to content

Commit

Permalink
travis: Force python3 for PyPi upload.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
  • Loading branch information
mithro committed Jun 24, 2020
1 parent 3cf8dfe commit 695d61f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ script:
- make test
- make build

before_deploy:
- sudo ln -s /usr/bin/python3 /usr/bin/python
- ls -l /usr/bin/python

deploy:
provider: pypi
username: __token__
Expand Down

0 comments on commit 695d61f

Please sign in to comment.