Merge pull request #1048 from sivel/znode-py26

znode requires a minimum of python2.6
This commit is contained in:
Matt Martz 2015-10-01 12:09:59 -05:00
commit 70883852ed
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

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