Skip to content

Commit

Permalink
Add py25 (depends on simplejson) to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Jun 17, 2012
1 parent 10ba26d commit ee5af79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# http://travis-ci.org/#!/facebook/tornado
language: python
python:
- 2.5
- 2.6
- 2.7
- pypy
Expand All @@ -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
Expand Down

0 comments on commit ee5af79

Please sign in to comment.