Skip to content

Commit

Permalink
Updated deps for tests to Django 1.6 official release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszb committed Nov 6, 2013
1 parent 4f7f4d3 commit 6131d87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ python:
env:
- DJANGO_VERSION=1.2.7
- DJANGO_VERSION=1.3.7
- DJANGO_VERSION=1.4.8
- DJANGO_VERSION=1.5.4
- DJANGO_VERSION=1.4.10
- DJANGO_VERSION=1.5.5
- DJANGO_VERSION=1.6

install:
- pip install -q mock==0.8 Django==$DJANGO_VERSION coverage coveralls
Expand All @@ -32,5 +33,5 @@ matrix:
- python: 3.3
env: DJANGO_VERSION=1.3.7
- python: 3.3
env: DJANGO_VERSION=1.4.8
env: DJANGO_VERSION=1.4.10

6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ deps = django==1.2.7
deps = django==1.3.7

[django14]
deps = django==1.4.8
deps = django==1.4.10

[django15]
deps = django==1.5.4
deps = django==1.5.5

[django16]
deps = https://www.djangoproject.com/m/releases/1.6/Django-1.6b4.tar.gz
deps = django==1.6


[testenv:py26-grappelli]
Expand Down

0 comments on commit 6131d87

Please sign in to comment.