Add Python 2.6 to .travis.yml
authorAaron Hill <aa1ronham@gmail.com>
Wed, 18 Dec 2013 19:52:52 +0000 (14:52 -0500)
committerAaron Hill <aa1ronham@gmail.com>
Wed, 18 Dec 2013 19:52:52 +0000 (14:52 -0500)
.travis.yml

index 314e1b248279afe9c5cac46ab14c6c1bdd9ce75c..b3f35d306a125e8fdc86036bf2d2f3034090f851 100644 (file)
@@ -1,6 +1,7 @@
 ---
 language: python
 python:
+  - "2.6"
   - "2.7"
 install:
   - pip install -r test_requirements.txt