File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,10 @@ matrix:
23
23
- .travis/build-py27.sh
24
24
- .travis/release.sh
25
25
- python setup.py test
26
- - env : OS="centos:7" IMG="centos7" SH="docker exec -t ${IMG} bash -c"
26
+ - env :
27
+ - OS="centos:7"
28
+ - IMG="centos7"
29
+ - SH="docker exec -t ${IMG} bash -c"
27
30
services :
28
31
- docker
29
32
# for logging purposes
@@ -37,7 +40,10 @@ matrix:
37
40
- $SH .travis/install-centos.sh
38
41
script :
39
42
- $SH .travis/build-py36-centos.sh
40
- - env : OS="centos:7" IMG="centos7" SH="docker exec -t ${IMG} bash -c"
43
+ - env :
44
+ - OS="centos:7"
45
+ - IMG="centos7"
46
+ - SH="docker exec -t ${IMG} bash -c"
41
47
services :
42
48
- docker
43
49
# for logging purposes
Original file line number Diff line number Diff line change 58
58
'click-default-group' ,
59
59
],
60
60
extras_require = {
61
- ':python_version>= "3" and (sys_platform=="linux" or sys_platform=="linux2")' :[
62
- 'jeepney==0.4 '
61
+ ':python_version< "3" and (sys_platform=="linux" or sys_platform=="linux2")' :[
62
+ 'more-itertools==4.3.0 '
63
63
],
64
64
':sys_platform=="linux" or sys_platform=="linux2"' : [
65
65
'secretstorage' ,
You can’t perform that action at this time.
0 commit comments