1
- sudo : false
1
+ os : linux
2
2
dist : xenial
3
3
addons :
4
4
apt :
@@ -11,57 +11,33 @@ cache:
11
11
directories :
12
12
- zookeeper
13
13
language : python
14
- python :
15
- - ' 2.7'
16
- matrix :
17
- exclude :
18
- - python : ' 2.7'
14
+ jobs :
19
15
include :
20
- - python : ' 2.7'
21
- env : ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py27
22
- - python : ' 2.7'
23
- env : ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py27
24
- - python : ' 2.7'
25
- env : ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py27-gevent
26
- - python : ' 2.7'
27
- env : ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py27-gevent
28
- - python : ' 2.7'
29
- env : ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py27-eventlet
30
- - python : ' 2.7'
31
- env : ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py27-eventlet
32
16
- python : ' 3.7'
33
- env : ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py37
17
+ env : ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py37-gevent-eventlet-sasl,codecov
34
18
- python : ' 3.7'
35
- env : ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py37-sasl
36
- - python : ' 3.7'
37
- env : ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py37
38
- - python : ' 3.7'
39
- env : ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py37-sasl
40
- - python : ' 3.8'
41
- env : ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py38
42
- - python : ' 3.8'
43
- env : ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py38-sasl
19
+ env : ZOOKEEPER_VERSION=3.5.8 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py37-gevent-eventlet-sasl,codecov
44
20
- python : ' 3.8'
45
- env : ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py38 DEPLOY=true
21
+ env : ZOOKEEPER_VERSION=3.4.14 TOX_VENV=py38-gevent-eventlet-sasl,codecov
46
22
- python : ' 3.8'
47
- env : ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py38-sasl
48
- - python : pypy
49
- env : ZOOKEEPER_VERSION=3.4.14 TOX_VENV=pypy
50
- - python : ' pypy '
51
- env : ZOOKEEPER_VERSION=3.5.7 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=pypy
23
+ env : ZOOKEEPER_VERSION=3.5.8 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=py38-gevent-eventlet- sasl,codecov DEPLOY=true
24
+ - python : ' pypy3 '
25
+ env : ZOOKEEPER_VERSION=3.4.14 TOX_VENV=pypy3-gevent-eventlet-sasl,codecov
26
+ - python : ' pypy3 '
27
+ env : ZOOKEEPER_VERSION=3.5.8 ZOOKEEPER_PREFIX="apache-" ZOOKEEPER_SUFFIX="-bin" ZOOKEEPER_LIB="lib" TOX_VENV=pypy3-gevent-eventlet-sasl,codecov
52
28
notifications :
53
29
email : false
54
30
install :
55
31
- pip install tox
56
32
script :
57
- - make test
33
+ - tox -e ${TOX_VENV}
58
34
deploy :
59
35
provider : pypi
60
- user : bbangert
36
+ username : bbangert
61
37
password :
62
38
secure : L9yXZ2PhQ2wJKQkgigIzW3f/a3ajzUamMdThVelcp/NZeTJfzlC/t89lfSRwLh95o9Z/aIxC4T8yZvNrRzzyMEP0O6s1F69pVm5Px+KBuv82lmI7p5sKTYPp35CE9jH+K/52Fy0+Az5F502xLrkaO4VLLA+zhLffw/qyvNbZui0=
63
39
on :
64
40
tags : true
65
41
condition : $DEPLOY = true
66
42
distributions : release
67
- skip_upload_docs : true
43
+ upload_docs : false
0 commit comments