znode requires a minimum of python2.6

reviewable/pr18780/r1
Matt Martz 9 years ago
parent 5b8c2237a7
commit e6b6bac820

@ -10,7 +10,7 @@ addons:
- python2.4 - python2.4
- python2.6 - python2.6
script: script:
- python2.4 -m compileall -fq -x 'cloud/|monitoring/zabbix.*\.py|/dnf\.py|/layman\.py|/maven_artifact\.py|clustering/consul.*\.py|notification/pushbullet\.py' . - python2.4 -m compileall -fq -x 'cloud/|monitoring/zabbix.*\.py|/dnf\.py|/layman\.py|/maven_artifact\.py|clustering/(consul.*|znode)\.py|notification/pushbullet\.py' .
- python2.6 -m compileall -fq . - python2.6 -m compileall -fq .
- python2.7 -m compileall -fq . - python2.7 -m compileall -fq .
#- ./test-docs.sh extras #- ./test-docs.sh extras

@ -52,6 +52,7 @@ options:
required: false required: false
requirements: requirements:
- kazoo >= 2.1 - kazoo >= 2.1
- python >= 2.6
author: "Trey Perry (@treyperry)" author: "Trey Perry (@treyperry)"
""" """

Loading…
Cancel
Save