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 7fc5f61 commit 3ef20f3Copy full SHA for 3ef20f3
.travis.yml
@@ -4,6 +4,7 @@ python:
4
- '3.7'
5
- '3.6'
6
- '3.5'
7
+- 3.9-dev
8
- 3.8-dev
9
- 3.7-dev
10
- 3.6-dev
@@ -23,14 +24,15 @@ notifications:
23
24
email:
25
on_success: change
26
on_failure: change
27
+if: branch != master
28
jobs:
29
include:
30
- stage: deploy
31
python: 3.8
32
+ if: branch = master
33
deploy:
34
provider: pypi
35
user: __token__
- if: branch = master
36
on:
37
tags: true
38
branch: master
0 commit comments