Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Feb 25, 2015
1 parent efae557 commit 42d01e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies =
1.4: Django==1.4.19 !python_versions[3.*]
1.5: Django==1.5.12
1.6: Django==1.6.10
1.7: Django==1.7.4 !python_versions[2.6]
1.7: Django==1.7.5 !python_versions[2.6]

coverage_flags =
: true
Expand Down
16 changes: 8 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -225,14 +225,14 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.7.4
Django==1.7.5

[testenv:2.7-1.7-nocover]
basepython = python2.7
deps =
{[testenv]deps}
pytest-cov
Django==1.7.4
Django==1.7.5

[testenv:3.3-1.5]
basepython = python3.3
Expand Down Expand Up @@ -285,14 +285,14 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.7.4
Django==1.7.5

[testenv:3.3-1.7-nocover]
basepython = python3.3
deps =
{[testenv]deps}
pytest-cov
Django==1.7.4
Django==1.7.5

[testenv:3.4-1.5]
basepython = python3.4
Expand Down Expand Up @@ -345,14 +345,14 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.7.4
Django==1.7.5

[testenv:3.4-1.7-nocover]
basepython = python3.4
deps =
{[testenv]deps}
pytest-cov
Django==1.7.4
Django==1.7.5

[testenv:pypy-1.4]
basepython = pypy
Expand Down Expand Up @@ -425,12 +425,12 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.7.4
Django==1.7.5

[testenv:pypy-1.7-nocover]
basepython = pypy
deps =
{[testenv]deps}
pytest-cov
Django==1.7.4
Django==1.7.5

0 comments on commit 42d01e4

Please sign in to comment.