1- sudo : false
1+ os : linux
22dist : xenial
33addons :
44 apt :
@@ -11,57 +11,33 @@ cache:
1111 directories :
1212 - zookeeper
1313language : python
14- python :
15- - ' 2.7'
16- matrix :
17- exclude :
18- - python : ' 2.7'
14+ jobs :
1915 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
3216 - 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
3418 - 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
4420 - 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
4622 - 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 DEPLOY=true
24+ - python : ' pypy3 '
25+ env : ZOOKEEPER_VERSION=3.4.14 TOX_VENV=pypy3-gevent-eventlet-sasl
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
5228notifications :
5329 email : false
5430install :
5531- pip install tox
5632script :
57- - make test
33+ - tox -e ${TOX_VENV}
5834deploy :
5935 provider : pypi
60- user : bbangert
36+ username : bbangert
6137 password :
6238 secure : L9yXZ2PhQ2wJKQkgigIzW3f/a3ajzUamMdThVelcp/NZeTJfzlC/t89lfSRwLh95o9Z/aIxC4T8yZvNrRzzyMEP0O6s1F69pVm5Px+KBuv82lmI7p5sKTYPp35CE9jH+K/52Fy0+Az5F502xLrkaO4VLLA+zhLffw/qyvNbZui0=
6339 on :
6440 tags : true
6541 condition : $DEPLOY = true
6642 distributions : release
67- skip_upload_docs : true
43+ upload_docs : false
0 commit comments