2015-05-08 13:42:06 -05:00
|
|
|
sudo: false
|
|
|
|
language: python
|
2015-05-13 20:19:03 -05:00
|
|
|
python:
|
|
|
|
- "2.7"
|
2015-05-08 13:42:06 -05:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
|
|
|
- deadsnakes
|
|
|
|
packages:
|
|
|
|
- python2.4
|
2015-05-13 20:19:03 -05:00
|
|
|
- python2.6
|
2015-05-08 13:42:06 -05:00
|
|
|
script:
|
2015-05-08 13:42:06 -05:00
|
|
|
- python2.4 -m compileall -fq -x 'cloud/' .
|
2015-05-11 12:15:11 -07:00
|
|
|
- python2.4 -m compileall -fq cloud/amazon/_ec2_ami_search.py cloud/amazon/ec2_facts.py
|
2015-05-13 20:19:03 -05:00
|
|
|
- python2.6 -m compileall -fq .
|
|
|
|
- python2.7 -m compileall -fq .
|
2015-07-01 07:24:39 -07:00
|
|
|
#- ./test-docs.sh core
|