File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ conditions: v1
2
2
3
3
language : python
4
4
5
- dist : trusty
6
- sudo : false
7
- cache : pip
8
-
9
5
before_install :
10
6
- pip install --upgrade flit
11
7
@@ -20,6 +16,10 @@ before_install:
20
16
if : tag IS NOT present OR tag =~ ^cherry\-picker\-v\d+\.\d+\.\d+$
21
17
- &run-if-blurb-or-untagged
22
18
if : tag IS NOT present OR tag =~ ^blurb\-v\d+\.\d+\.\d+$
19
+ - &base-3_7
20
+ dist : xenial
21
+ sudo : required
22
+ python : " 3.7"
23
23
- &install-and-test-cherry-picker
24
24
<< : *run-if-cherry-picker-or-untagged
25
25
env :
@@ -43,7 +43,7 @@ before_install:
43
43
- &deploy-base
44
44
stage : Publish dists to PYPI
45
45
<< : *run-if-tagged
46
- python : " 3.6-dev "
46
+ python : " 3.6"
47
47
install :
48
48
- *cd-to-project
49
49
script :
@@ -75,18 +75,19 @@ jobs:
75
75
include :
76
76
- python : " 3.5"
77
77
<< : *install-and-test-blurb
78
- - python : " 3.6-dev "
78
+ - python : " 3.6"
79
79
<< : *install-and-test-blurb
80
- - python : " 3.7-dev"
80
+ - python : " 3.7"
81
+ << : *base-3_7
81
82
<< : *install-and-test-blurb
82
- - python : " nightly"
83
+ - python : " nightly" # currently, it's 3.8-dev
83
84
<< : *install-and-test-blurb
84
85
85
- - python : " 3.6-dev "
86
+ - python : " 3.6"
86
87
<< : *install-and-test-cherry-picker
87
- - python : " 3.7-dev "
88
+ - << : *base-3_7
88
89
<< : *install-and-test-cherry-picker
89
- - python : " nightly"
90
+ - python : " nightly" # currently, it's 3.8-dev
90
91
<< : *install-and-test-cherry-picker
91
92
92
93
- << : *deploy-base
You can’t perform that action at this time.
0 commit comments