This commit is contained in:
Ross Lawley 2013-04-25 11:59:56 +00:00
parent 3fc5dc8523
commit bafdf0381a
2 changed files with 11 additions and 0 deletions

View File

@ -12,6 +12,12 @@ env:
- PYMONGO=2.5 DJANGO=1.5.1
- PYMONGO=2.5 DJANGO=1.4.2
- PYMONGO=2.4.2 DJANGO=1.4.2
matrix:
exclude:
- python: "2.6"
env: PYMONGO=dev DJANGO=1.5.1
- python: "2.6"
env: PYMONGO=2.5 DJANGO=1.5.1
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then cp /usr/lib/*/libz.so $VIRTUAL_ENV/lib/; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then pip install pil --use-mirrors ; true; fi

View File

@ -15,6 +15,11 @@ possible for the whole of the release.
live. There maybe multiple manual steps in migrating and these are best honed
on a staging / test system.
Python
=======
Support for python 2.5 has been dropped.
Data Model
==========