Skip to content

Commit

Permalink
Fix Travis deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Nov 7, 2019
1 parent 9ea8b79 commit 5ed3f4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- <<: *linux
env: PYENV_VERSION=3.5-dev TOXENV=py35
- <<: *linux
env: PYENV_VERSION=3.6.9 TOXENV=py36
env: PYENV_VERSION=3.6.9 TOXENV=py36 DEPLOY=1
- <<: *linux
env: PYENV_VERSION=3.6-dev TOXENV=py36
- <<: *linux
Expand Down Expand Up @@ -119,7 +119,7 @@ deploy:
on:
tags: true
branch: master
python: 3.6
condition: $DEPLOY = 1
- provider: releases
skip_cleanup: true
api_key:
Expand All @@ -129,4 +129,4 @@ deploy:
on:
tags: true
branch: master
python: 3.6
condition: $DEPLOY = 1

0 comments on commit 5ed3f4a

Please sign in to comment.