Skip to content

Commit

Permalink
Use latest django versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Nov 26, 2013
1 parent d56bfac commit 0f76cb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f76cb9

Please sign in to comment.