]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add py25 (depends on simplejson) to .travis.yml
authorMarc Abramowitz <marc@marc-abramowitz.com>
Sun, 17 Jun 2012 06:58:54 +0000 (23:58 -0700)
committerMarc Abramowitz <marc@marc-abramowitz.com>
Sun, 17 Jun 2012 06:58:54 +0000 (23:58 -0700)
.travis.yml

index c150e2622fe29bff9153b341e53205985db230c4..50b4407d30dec14f0b9aace38f08ca34971aac9e 100644 (file)
@@ -1,6 +1,7 @@
 # http://travis-ci.org/#!/facebook/tornado
 language: python
 python:
+    - 2.5
     - 2.6
     - 2.7
     - pypy
@@ -12,6 +13,7 @@ matrix:
         - python: 2.6
 # TODO: install pycurl, twisted, etc (depends on python version)
 install:
+    - if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install --use-mirrors simplejson; fi
     - python setup.py install
 script:
     # Must cd somewhere else so python3 doesn't get confused and run