Skip to content

Commit

Permalink
Updated tox/travis config to use Django 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszb committed Mar 6, 2014
1 parent 2b74e43 commit 3523865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
- DJANGO_VERSION=1.3.7
- DJANGO_VERSION=1.4.10
- DJANGO_VERSION=1.5.5
- DJANGO_VERSION=1.6
- DJANGO_VERSION=1.6.2

install:
- pip install -q mock==0.8 Django==$DJANGO_VERSION coverage coveralls
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ deps = django==1.4.10
deps = django==1.5.5

[django16]
deps = django==1.6
deps = django==1.6.2

[django17]
deps = https://www.djangoproject.com/m/releases/1.7/Django-1.7a2.tar.gz
Expand Down

0 comments on commit 3523865

Please sign in to comment.