Skip to content

Commit

Permalink
Updated travis and tox configs to use Django 1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszb committed Feb 26, 2013
1 parent 6952722 commit ea2e550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -5,8 +5,9 @@ python:


env: env:
- DJANGO_VERSION=1.2.7 - DJANGO_VERSION=1.2.7
- DJANGO_VERSION=1.3.1 - DJANGO_VERSION=1.3.7
- DJANGO_VERSION=1.4 - DJANGO_VERSION=1.4.5
- DJANGO_VERSION=1.5


install: install:
- pip install -q mock==0.8 django-grappelli==2.3.8 Django==$DJANGO_VERSION - pip install -q mock==0.8 django-grappelli==2.3.8 Django==$DJANGO_VERSION
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -52,7 +52,7 @@ deps = django==1.3.7
deps = django==1.4.5 deps = django==1.4.5


[django15] [django15]
deps = http://www.djangoproject.com/m/releases/1.5/Django-1.5c2.tar.gz deps = django==1.5




[testenv:py26-grappelli] [testenv:py26-grappelli]
Expand Down

0 comments on commit ea2e550

Please sign in to comment.