Skip to content

Commit

Permalink
Update test versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jan 27, 2015
1 parent 1d46a56 commit efae557
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -61,10 +61,10 @@ python_versions =
pypy

dependencies =
1.4: Django==1.4.18 !python_versions[3.*]
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.3 !python_versions[2.6]
1.7: Django==1.7.4 !python_versions[2.6]

coverage_flags =
: true
Expand Down
28 changes: 14 additions & 14 deletions tox.ini
Expand Up @@ -105,14 +105,14 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.4.18
Django==1.4.19

[testenv:2.6-1.4-nocover]
basepython = python2.6
deps =
{[testenv]deps}
pytest-cov
Django==1.4.18
Django==1.4.19

[testenv:2.6-1.5]
basepython = python2.6
Expand Down Expand Up @@ -165,14 +165,14 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.4.18
Django==1.4.19

[testenv:2.7-1.4-nocover]
basepython = python2.7
deps =
{[testenv]deps}
pytest-cov
Django==1.4.18
Django==1.4.19

[testenv:2.7-1.5]
basepython = python2.7
Expand Down Expand Up @@ -225,14 +225,14 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.7.3
Django==1.7.4

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

[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.3
Django==1.7.4

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

[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.3
Django==1.7.4

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

[testenv:pypy-1.4]
basepython = pypy
Expand All @@ -365,14 +365,14 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.4.18
Django==1.4.19

[testenv:pypy-1.4-nocover]
basepython = pypy
deps =
{[testenv]deps}
pytest-cov
Django==1.4.18
Django==1.4.19

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

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

0 comments on commit efae557

Please sign in to comment.