Skip to content

Commit cc30938

Browse files
committed
travis: fixed deployment, remove 3.9-dev for now
1 parent f4063c1 commit cc30938

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
stages:
2+
- name: test
3+
if: tag IS blank
4+
- name: deploy
5+
if: tag IS present
16
language: python
27
python:
38
- '3.8'
49
- '3.7'
510
- '3.6'
611
- '3.5'
7-
- 3.9-dev
812
- 3.8-dev
913
- 3.7-dev
1014
- 3.6-dev
@@ -24,12 +28,13 @@ notifications:
2428
email:
2529
on_success: change
2630
on_failure: change
27-
if: branch != master
2831
jobs:
2932
include:
3033
- stage: deploy
31-
python: 3.8
32-
if: branch = master
34+
python: '3.8'
35+
env: GEVENT=false
36+
script: skip
37+
install: skip
3338
deploy:
3439
provider: pypi
3540
user: __token__

0 commit comments

Comments
 (0)