2015-05-08 20:42:20 +02:00
|
|
|
sudo: false
|
|
|
|
language: python
|
2015-05-14 03:18:38 +02:00
|
|
|
python:
|
|
|
|
- "2.7"
|
2015-05-08 20:42:20 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
|
|
|
- deadsnakes
|
|
|
|
packages:
|
|
|
|
- python2.4
|
2015-05-14 03:18:38 +02:00
|
|
|
- python2.6
|
2015-05-08 20:42:20 +02:00
|
|
|
script:
|
2015-05-14 02:45:32 +02:00
|
|
|
- python2.4 -m compileall -fq -x 'cloud/|monitoring/zabbix.*\.py|/layman\.py|/maven_artifact\.py|clustering/consul.*\.py|notification/pushbullet\.py' .
|
2015-05-14 03:18:38 +02:00
|
|
|
- python2.6 -m compileall -fq .
|
|
|
|
- python2.7 -m compileall -fq .
|
2015-07-01 16:25:02 +02:00
|
|
|
#- ./test-docs.sh extras
|