summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-22 14:39:22 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-22 14:39:22 -0400
commit7bf81aee16b2a89275af5a5b41edf76c27c78c6e (patch)
treea4a2b1c81266149cfebbcf4e7f4ea31bdf969f03 /.travis.yml
parentffe423ab49a5effb2626fae4828e1542462808c9 (diff)
downloadbcfg2-7bf81aee16b2a89275af5a5b41edf76c27c78c6e.tar.gz
bcfg2-7bf81aee16b2a89275af5a5b41edf76c27c78c6e.tar.bz2
bcfg2-7bf81aee16b2a89275af5a5b41edf76c27c78c6e.zip
run travis tests on python 2.4 and 2.5
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8e088e536..6bb2a79f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
language: python
python:
+ - "2.4"
+ - "2.5"
- "2.6"
- "2.7"
- "3.2"