znode requires a minimum of python2.6
This commit is contained in:
parent
6b6aeefa7b
commit
503948203f
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ addons:
|
|||
- python2.4
|
||||
- python2.6
|
||||
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.7 -m compileall -fq .
|
||||
#- ./test-docs.sh extras
|
||||
|
|
|
@ -52,6 +52,7 @@ options:
|
|||
required: false
|
||||
requirements:
|
||||
- kazoo >= 2.1
|
||||
- python >= 2.6
|
||||
author: "Trey Perry (@treyperry)"
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue