From: Marc Abramowitz Date: Sun, 17 Jun 2012 06:58:54 +0000 (-0700) Subject: Add py25 (depends on simplejson) to .travis.yml X-Git-Tag: v2.4.0~60^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee5af796cb8cd3a8a965ede2e838f61014084ba0;p=thirdparty%2Ftornado.git Add py25 (depends on simplejson) to .travis.yml --- 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