Skip to content

Commit

Permalink
Update Django subminor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Oct 6, 2014
1 parent d67c123 commit 3647f48
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -6,9 +6,9 @@ python:
- 3.3

env:
- DJANGO=Django==1.4.13
- DJANGO=Django==1.5.8
- DJANGO=Django==1.6.5
- DJANGO=Django==1.4.15
- DJANGO=Django==1.5.10
- DJANGO=Django==1.6.7
- DJANGO=Django==1.7
- DJANGO=https://github.com/django/django/tarball/master

Expand All @@ -20,12 +20,12 @@ script: coverage run -a --branch setup.py test
matrix:
exclude:
- python: 2.6
env: DJANGO=Django==1.6.5
env: DJANGO=Django==1.6.7
- python: 2.6
env: DJANGO=Django==1.7
- python: 2.6
env: DJANGO=https://github.com/django/django/tarball/master
- python: 3.3
env: DJANGO=Django==1.4.13
env: DJANGO=Django==1.4.15

after_success: coveralls
22 changes: 11 additions & 11 deletions tox.ini
Expand Up @@ -34,38 +34,38 @@ commands =
[testenv:py26-1.4]
basepython = python2.6
deps =
django == 1.4.13
django == 1.4.15
coverage == 3.6

[testenv:py26-1.5]
basepython = python2.6
deps =
django == 1.5.8
django == 1.5.10
coverage == 3.6

[testenv:py26-1.6]
basepython = python2.6
deps =
django == 1.6.5
django == 1.6.7
coverage == 3.6


[testenv:py27-1.4]
basepython = python2.7
deps =
django == 1.4.13
django == 1.4.15
coverage == 3.6

[testenv:py27-1.5]
basepython = python2.7
deps =
django == 1.5.8
django == 1.5.10
coverage == 3.6

[testenv:py27-1.6]
basepython = python2.7
deps =
django == 1.6.5
django == 1.6.7
coverage == 3.6

[testenv:py27-1.7]
Expand All @@ -84,13 +84,13 @@ deps =
[testenv:py32-1.5]
basepython = python3.2
deps =
django == 1.5.8
django == 1.5.10
coverage == 3.6

[testenv:py32-1.6]
basepython = python3.2
deps =
django == 1.6.5
django == 1.6.7
coverage == 3.6

[testenv:py32-1.7]
Expand All @@ -109,13 +109,13 @@ deps =
[testenv:py33-1.5]
basepython = python3.3
deps =
django == 1.5.8
django == 1.5.10
coverage == 3.6

[testenv:py33-1.6]
basepython = python3.3
deps =
django == 1.6.5
django == 1.6.7
coverage == 3.6

[testenv:py33-1.7]
Expand All @@ -140,7 +140,7 @@ deps =
[testenv:py34-1.6]
basepython = python3.4
deps =
django == 1.6.5
django == 1.6.7
coverage == 3.6

[testenv:py34-1.7]
Expand Down

0 comments on commit 3647f48

Please sign in to comment.