We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4063c1 commit cc30938Copy full SHA for cc30938
.travis.yml
@@ -1,10 +1,14 @@
1
+stages:
2
+ - name: test
3
+ if: tag IS blank
4
+ - name: deploy
5
+ if: tag IS present
6
language: python
7
python:
8
- '3.8'
9
- '3.7'
10
- '3.6'
11
- '3.5'
-- 3.9-dev
12
- 3.8-dev
13
- 3.7-dev
14
- 3.6-dev
@@ -24,12 +28,13 @@ notifications:
24
28
email:
25
29
on_success: change
26
30
on_failure: change
27
-if: branch != master
31
jobs:
32
include:
33
- stage: deploy
- python: 3.8
- if: branch = master
34
+ python: '3.8'
35
+ env: GEVENT=false
36
+ script: skip
37
+ install: skip
38
deploy:
39
provider: pypi
40
user: __token__
0 commit comments