Skip to content

Commit

Permalink
Use python3.7 as deploy python target
Browse files Browse the repository at this point in the history
  • Loading branch information
jjdelc committed Aug 5, 2020
1 parent 5790fc2 commit 7aafbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env: TOXENV=py37-pandas
- stage: deploy
if: tag IS present
python: latest_py3
python: 3.7
install: skip
script: skip
deploy:
Expand Down

0 comments on commit 7aafbe4

Please sign in to comment.