Skip to content

Commit

Permalink
Update test deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Oct 24, 2014
1 parent e5f16ee commit 85514d1
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ python_versions =
pypy

dependencies =
1.4: Django==1.4.15 !python_versions[3.*]
1.5: Django==1.5.10
1.6: Django==1.6.7
1.7: Django==1.7 !python_versions[2.6]
1.4: Django==1.4.16 !python_versions[3.*]
1.5: Django==1.5.11
1.6: Django==1.6.8
1.7: Django==1.7.1 !python_versions[2.6]

coverage_flags =
: true
Expand Down
68 changes: 34 additions & 34 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.4.15
Django==1.4.16

[testenv:2.6-1.4-nocover]
basepython = python2.6
deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.4.15
Django==1.4.16

[testenv:2.6-1.5]
basepython = python2.6
Expand All @@ -128,15 +128,15 @@ deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.5.10
Django==1.5.11

[testenv:2.6-1.5-nocover]
basepython = python2.6
deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.5.10
Django==1.5.11

[testenv:2.6-1.6]
basepython = python2.6
Expand All @@ -150,15 +150,15 @@ deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.6.7
Django==1.6.8

[testenv:2.6-1.6-nocover]
basepython = python2.6
deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.6.7
Django==1.6.8

[testenv:2.7-1.4]
basepython = python2.7
Expand All @@ -172,15 +172,15 @@ deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.4.15
Django==1.4.16

[testenv:2.7-1.4-nocover]
basepython = python2.7
deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.4.15
Django==1.4.16

[testenv:2.7-1.5]
basepython = python2.7
Expand All @@ -194,15 +194,15 @@ deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.5.10
Django==1.5.11

[testenv:2.7-1.5-nocover]
basepython = python2.7
deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.5.10
Django==1.5.11

[testenv:2.7-1.6]
basepython = python2.7
Expand All @@ -216,15 +216,15 @@ deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.6.7
Django==1.6.8

[testenv:2.7-1.6-nocover]
basepython = python2.7
deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.6.7
Django==1.6.8

[testenv:2.7-1.7]
basepython = python2.7
Expand All @@ -238,15 +238,15 @@ deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.7
Django==1.7.1

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

[testenv:3.3-1.5]
basepython = python3.3
Expand All @@ -260,15 +260,15 @@ deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.5.10
Django==1.5.11

[testenv:3.3-1.5-nocover]
basepython = python3.3
deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.5.10
Django==1.5.11

[testenv:3.3-1.6]
basepython = python3.3
Expand All @@ -282,15 +282,15 @@ deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.6.7
Django==1.6.8

[testenv:3.3-1.6-nocover]
basepython = python3.3
deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.6.7
Django==1.6.8

[testenv:3.3-1.7]
basepython = python3.3
Expand All @@ -304,15 +304,15 @@ deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.7
Django==1.7.1

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

[testenv:3.4-1.5]
basepython = python3.4
Expand All @@ -326,15 +326,15 @@ deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.5.10
Django==1.5.11

[testenv:3.4-1.5-nocover]
basepython = python3.4
deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.5.10
Django==1.5.11

[testenv:3.4-1.6]
basepython = python3.4
Expand All @@ -348,15 +348,15 @@ deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.6.7
Django==1.6.8

[testenv:3.4-1.6-nocover]
basepython = python3.4
deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.6.7
Django==1.6.8

[testenv:3.4-1.7]
basepython = python3.4
Expand All @@ -370,15 +370,15 @@ deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.7
Django==1.7.1

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

[testenv:pypy-1.4]
basepython = pypy
Expand All @@ -392,15 +392,15 @@ deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.4.15
Django==1.4.16

[testenv:pypy-1.4-nocover]
basepython = pypy
deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.4.15
Django==1.4.16

[testenv:pypy-1.5]
basepython = pypy
Expand All @@ -414,15 +414,15 @@ deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.5.10
Django==1.5.11

[testenv:pypy-1.5-nocover]
basepython = pypy
deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.5.10
Django==1.5.11

[testenv:pypy-1.6]
basepython = pypy
Expand All @@ -436,15 +436,15 @@ deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.6.7
Django==1.6.8

[testenv:pypy-1.6-nocover]
basepython = pypy
deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.6.7
Django==1.6.8

[testenv:pypy-1.7]
basepython = pypy
Expand All @@ -458,13 +458,13 @@ deps =
{[testenv]deps}
coverage
pytest-cov
Django==1.7
Django==1.7.1

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

0 comments on commit 85514d1

Please sign in to comment.