Skip to content

Commit

Permalink
Updated Django versions in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
zsiciarz committed Jan 16, 2015
1 parent 806da4f commit a96ccf7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ deps=
basepython = python2.7
deps=
{[testenv]deps}
Django==1.6.9
Django==1.6.10
mock==1.0.1

[testenv:py27-dj17]
basepython = python2.7
deps=
{[testenv]deps}
Django==1.7.2
Django==1.7.3
mock==1.0.1

[testenv:py27-dj18]
Expand All @@ -52,13 +52,13 @@ deps=
basepython = python3.3
deps=
{[testenv]deps}
Django==1.6.9
Django==1.6.10

[testenv:py33-dj17]
basepython = python3.3
deps=
{[testenv]deps}
Django==1.7.2
Django==1.7.3

[testenv:py33-dj18]
basepython = python3.3
Expand All @@ -70,7 +70,7 @@ deps=
basepython = python3.4
deps=
{[testenv]deps}
Django==1.7.2
Django==1.7.3

[testenv:py34-dj18]
basepython = python3.4
Expand All @@ -84,5 +84,5 @@ commands=
make coverage
deps=
{[testenv]deps}
Django==1.7.2
Django==1.7.3
coverage==3.7.1

0 comments on commit a96ccf7

Please sign in to comment.