Skip to content

Commit

Permalink
hotfix: use python 3 in travis environment
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed May 31, 2021
1 parent 0718152 commit 4ca4f01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
language: shell
language: python
python:
- '3.7'
services:
- docker

Expand Down Expand Up @@ -88,6 +90,7 @@ jobs:
- provider: pypi
user: "__token__"
password: "${PYPI_TOKEN}"
skip_existing: true
on:
tags: true
...

0 comments on commit 4ca4f01

Please sign in to comment.