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 13, 2015
1 parent b13727b commit e153714
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ python_versions =
pypy

dependencies =
1.4: Django==1.4.17 !python_versions[3.*]
1.4: Django==1.4.18 !python_versions[3.*]
1.5: Django==1.5.12
1.6: Django==1.6.9
1.7: Django==1.7.2 !python_versions[2.6]
1.6: Django==1.6.10
1.7: Django==1.7.3 !python_versions[2.6]

coverage_flags =
: true
Expand Down
40 changes: 20 additions & 20 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.4.17
Django==1.4.18

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

[testenv:2.7-1.5]
basepython = python2.7
Expand Down Expand Up @@ -162,13 +162,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.6.9
Django==1.6.10

[testenv:2.7-1.6-nocover]
basepython = python2.7
deps =
{[testenv]deps}
Django==1.6.9
Django==1.6.10

[testenv:2.7-1.7]
basepython = python2.7
Expand All @@ -181,13 +181,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.7.2
Django==1.7.3

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

[testenv:3.3-1.5]
basepython = python3.3
Expand Down Expand Up @@ -219,13 +219,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.6.9
Django==1.6.10

[testenv:3.3-1.6-nocover]
basepython = python3.3
deps =
{[testenv]deps}
Django==1.6.9
Django==1.6.10

[testenv:3.3-1.7]
basepython = python3.3
Expand All @@ -238,13 +238,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.7.2
Django==1.7.3

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

[testenv:3.4-1.5]
basepython = python3.4
Expand Down Expand Up @@ -276,13 +276,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.6.9
Django==1.6.10

[testenv:3.4-1.6-nocover]
basepython = python3.4
deps =
{[testenv]deps}
Django==1.6.9
Django==1.6.10

[testenv:3.4-1.7]
basepython = python3.4
Expand All @@ -295,13 +295,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.7.2
Django==1.7.3

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

[testenv:pypy-1.4]
basepython = pypy
Expand All @@ -314,13 +314,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.4.17
Django==1.4.18

[testenv:pypy-1.4-nocover]
basepython = pypy
deps =
{[testenv]deps}
Django==1.4.17
Django==1.4.18

[testenv:pypy-1.5]
basepython = pypy
Expand Down Expand Up @@ -352,13 +352,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.6.9
Django==1.6.10

[testenv:pypy-1.6-nocover]
basepython = pypy
deps =
{[testenv]deps}
Django==1.6.9
Django==1.6.10

[testenv:pypy-1.7]
basepython = pypy
Expand All @@ -371,11 +371,11 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.7.2
Django==1.7.3

[testenv:pypy-1.7-nocover]
basepython = pypy
deps =
{[testenv]deps}
Django==1.7.2
Django==1.7.3

0 comments on commit e153714

Please sign in to comment.