summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-20 17:26:22 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-21 13:33:20 -0400
commitd0efac8fde1f2bfc77b45899073c225201c64a2c (patch)
tree43e6cc017172b4da3b0145a7a7a3b2270a17c012 /.travis.yml
parent0fd2d233f460fa868a62726c37a30ae06f1b0797 (diff)
downloadbcfg2-d0efac8fde1f2bfc77b45899073c225201c64a2c.tar.gz
bcfg2-d0efac8fde1f2bfc77b45899073c225201c64a2c.tar.bz2
bcfg2-d0efac8fde1f2bfc77b45899073c225201c64a2c.zip
attempt to get tests working under python 2.6
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 19f9e249d..62963f674 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
language: python
python:
+ - "2.6"
- "2.7"
install:
- pip install -r testsuite/requirements.txt --use-mirrors