This repository was archived by the owner on May 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,34 +15,34 @@ jobs:
1515 runs-on : ${{ matrix.os }}
1616 strategy :
1717 matrix :
18- name : [
19- " py27" ,
20- " py35" ,
21- " py36" ,
22- " py37" ,
23- " pypy2" ,
24- " pypy3" ]
18+ name :
19+ - " py27"
20+ - " py35"
21+ - " py36"
22+ - " py37"
23+ - " pypy2"
24+ - " pypy3"
2525
2626 include :
2727 - name : " py27"
2828 python : " 2.7"
2929 os : ubuntu-latest
3030 tox_env : " py27"
31- use_coverage : true
31+ use_coverage : false
3232 consul_version : " 1.6.1"
3333
3434 - name : " py35"
3535 python : " 3.5"
3636 os : ubuntu-latest
3737 tox_env : " py35"
38- use_coverage : true
38+ use_coverage : false
3939 consul_version : " 1.6.1"
4040
4141 - name : " py36"
4242 python : " 3.6"
4343 os : ubuntu-latest
4444 tox_env : " py36"
45- use_coverage : true
45+ use_coverage : false
4646 consul_version : " 1.6.1"
4747
4848 - name : " py37"
@@ -56,21 +56,21 @@ jobs:
5656 python : " 3.8"
5757 os : ubuntu-latest
5858 tox_env : " py38"
59- use_coverage : true
59+ use_coverage : false
6060 consul_version : " 1.6.1"
6161
6262 - name : " pypy2"
6363 python : " pypy2"
6464 os : ubuntu-latest
6565 tox_env : " pypy"
66- use_coverage : true
66+ use_coverage : false
6767 consul_version : " 1.6.1"
6868
6969 - name : " pypy3"
7070 python : " pypy3"
7171 os : ubuntu-latest
7272 tox_env : " pypy3"
73- use_coverage : true
73+ use_coverage : false
7474 consul_version : " 1.6.1"
7575
7676 steps :
You can’t perform that action at this time.
0 commit comments