mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Add compileall testing via travis to validate modules are python24 compatible
This commit is contained in:
10
lib/ansible/modules/extras/.travis.yml
Normal file
10
lib/ansible/modules/extras/.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/' .
|
||||
Reference in New Issue
Block a user