From ee5af796cb8cd3a8a965ede2e838f61014084ba0 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Sat, 16 Jun 2012 23:58:54 -0700 Subject: [PATCH] Add py25 (depends on simplejson) to .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c150e2622..50b4407d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- 2.47.2