We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8b850 commit 0ba3634Copy full SHA for 0ba3634
.travis.yml
@@ -47,7 +47,7 @@ matrix:
47
- python: '3.6'
48
env: ZOOKEEPER_VERSION=3.3.6 TOX_VENV=py36
49
50
- env: ZOOKEEPER_VERSION=3.4.13 TOX_VENV=py36
+ env: ZOOKEEPER_VERSION=3.4.13 TOX_VENV=py36 DEPLOY=true
51
52
env: ZOOKEEPER_VERSION=3.5.4-beta TOX_VENV=py36
53
- python: pypy
@@ -69,6 +69,6 @@ deploy:
69
secure: L9yXZ2PhQ2wJKQkgigIzW3f/a3ajzUamMdThVelcp/NZeTJfzlC/t89lfSRwLh95o9Z/aIxC4T8yZvNrRzzyMEP0O6s1F69pVm5Px+KBuv82lmI7p5sKTYPp35CE9jH+K/52Fy0+Az5F502xLrkaO4VLLA+zhLffw/qyvNbZui0=
70
on:
71
tags: true
72
- python: 3.4
+ condition: $DEPLOY = true
73
distributions: release
74
skip_upload_docs: true
0 commit comments