Add compileall testing via travis to validate modules are python24 compatible

This commit is contained in:
Matt Martz 2015-05-08 13:42:20 -05:00 committed by Matt Clay
parent 81a646ddaf
commit 9ccc869180

View file

@ -0,0 +1,10 @@
sudo: false
language: python
addons:
apt:
sources:
- deadsnakes
packages:
- python2.4
script:
- python2.4 -m compileall -fq -x 'cloud/' .