Updated Django versions used for testing.

This commit is contained in:
Martin Mahner 2014-08-02 12:56:59 +02:00
parent ac87dac3cc
commit e729ac1a46
3 changed files with 10 additions and 10 deletions

View file

@ -5,16 +5,16 @@ python:
- 3.3
env:
- DJANGO=1.4.10
- DJANGO=1.5.5
- DJANGO=1.6
- DJANGO=1.4.13
- DJANGO=1.5.8
- DJANGO=1.6.5
matrix:
exclude:
- python: 3.3
env: DJANGO=1.4.10
env: DJANGO=1.4.13
- python: 3.3
env: DJANGO=1.5.5
env: DJANGO=1.5.8
branches:
only:

View file

@ -5,7 +5,7 @@
# -----------------------------------------------------------------------------
# Project dependencies
django==1.6.1
django==1.6.5
django-mptt==0.6.0
pygments==1.6
requests==2.0.0

View file

@ -12,16 +12,16 @@ commands=
python runtests.py
[testenv:py27-django-1.4]
deps=django==1.4.10
deps=django==1.4.13
[testenv:py27-django-1.5]
deps=django==1.5.5
deps=django==1.5.8
[testenv:py27-django-1.6]
deps=django==1.6.2
deps=django==1.6.5
[testenv:py33-django-1.6]
deps=django==1.6.2
deps=django==1.6.5
[testenv:py27-django-1.7a]
deps=https://www.djangoproject.com/download/1.7a2/tarball/