Specify that travis should use python2.6

pull/18777/head
Matt Martz 10 years ago committed by Matt Clay
parent d344a3fde3
commit 2551c590a7

@ -1,11 +1,15 @@
sudo: false
language: python
python:
- "2.7"
addons:
apt:
sources:
- deadsnakes
packages:
- python2.4
- python2.6
script:
- python2.4 -m compileall -fq -x 'cloud/|monitoring/zabbix.*\.py|/layman\.py|/maven_artifact\.py|clustering/consul.*\.py|notification/pushbullet\.py' .
- python -m compileall -fq .
- python2.6 -m compileall -fq .
- python2.7 -m compileall -fq .

Loading…
Cancel
Save