Use latest django versions for testing

This commit is contained in:
Martin Mahner 2013-11-26 08:49:20 +01:00
parent d56bfac077
commit 0f76cb944c
2 changed files with 4 additions and 4 deletions

View file

@ -5,8 +5,8 @@ python:
- 3.3 - 3.3
env: env:
- DJANGO=1.4 - DJANGO=1.4.10
- DJANGO=1.5 - DJANGO=1.5.5
- DJANGO=1.6 - DJANGO=1.6
matrix: matrix:

View file

@ -11,10 +11,10 @@ commands=
python runtests.py python runtests.py
[testenv:py27-django-1.4] [testenv:py27-django-1.4]
deps=django==1.4 deps=django==1.4.10
[testenv:py27-django-1.5] [testenv:py27-django-1.5]
deps=django==1.5 deps=django==1.5.5
[testenv:py27-django-1.6] [testenv:py27-django-1.6]
deps=django==1.6 deps=django==1.6