mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Updated Django versions used for testing.
This commit is contained in:
parent
ac87dac3cc
commit
e729ac1a46
3 changed files with 10 additions and 10 deletions
10
.travis.yml
10
.travis.yml
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
8
tox.ini
8
tox.ini
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue