mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Use latest django versions for testing
This commit is contained in:
parent
d56bfac077
commit
0f76cb944c
2 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@ python:
|
|||
- 3.3
|
||||
|
||||
env:
|
||||
- DJANGO=1.4
|
||||
- DJANGO=1.5
|
||||
- DJANGO=1.4.10
|
||||
- DJANGO=1.5.5
|
||||
- DJANGO=1.6
|
||||
|
||||
matrix:
|
||||
|
|
4
tox.ini
4
tox.ini
|
@ -11,10 +11,10 @@ commands=
|
|||
python runtests.py
|
||||
|
||||
[testenv:py27-django-1.4]
|
||||
deps=django==1.4
|
||||
deps=django==1.4.10
|
||||
|
||||
[testenv:py27-django-1.5]
|
||||
deps=django==1.5
|
||||
deps=django==1.5.5
|
||||
|
||||
[testenv:py27-django-1.6]
|
||||
deps=django==1.6
|
||||
|
|
Loading…
Reference in a new issue