Add compileall testing via travis to validate modules are python24 compatible

pull/18777/head
Matt Martz 10 years ago committed by Matt Clay
parent 81a646ddaf
commit 9ccc869180

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