Skip to content

Commit

Permalink
travis: fixed deployment, remove 3.9-dev for now
Browse files Browse the repository at this point in the history
  • Loading branch information
koreno committed Apr 28, 2020
1 parent f4063c1 commit cc30938
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
@@ -1,10 +1,14 @@
stages:
- name: test
if: tag IS blank
- name: deploy
if: tag IS present
language: python
python:
- '3.8'
- '3.7'
- '3.6'
- '3.5'
- 3.9-dev
- 3.8-dev
- 3.7-dev
- 3.6-dev
Expand All @@ -24,12 +28,13 @@ notifications:
email:
on_success: change
on_failure: change
if: branch != master
jobs:
include:
- stage: deploy
python: 3.8
if: branch = master
python: '3.8'
env: GEVENT=false
script: skip
install: skip
deploy:
provider: pypi
user: __token__
Expand Down

0 comments on commit cc30938

Please sign in to comment.