Merge pull request #1293 from sivel/python24-compat-test
Add test validating if modules are python24 compatible
This commit is contained in:
commit
aab13daa6a
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
sudo: false
|
||||||
|
language: python
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- deadsnakes
|
||||||
|
packages:
|
||||||
|
- python2.4
|
||||||
|
script:
|
||||||
|
- python2.4 -m compileall -fq -x 'cloud/' .
|
Loading…
Reference in a new issue