Skip to content

Commit

Permalink
Update test deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Mar 21, 2015
1 parent e8efc53 commit f7567f8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Expand Up @@ -65,11 +65,11 @@ python_versions =
pypy

dependencies =
1.4: Django==1.4.19 !python_versions[3.*]
1.4: Django==1.4.20 !python_versions[3.*]
1.5: Django==1.5.12
1.6: Django==1.6.10
1.7: Django==1.7.6 !python_versions[2.6]
1.8: Django==1.8b2 !python_versions[2.6]
1.6: Django==1.6.11
1.7: Django==1.7.7 !python_versions[2.6]
1.8: Django==1.8c1 !python_versions[2.6]

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

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

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

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

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

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

[testenv:2.7-1.8]
basepython = python2.7
Expand All @@ -206,13 +206,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.8b2
Django==1.8c1

[testenv:2.7-1.8-nocover]
basepython = python2.7
deps =
{[testenv]deps}
Django==1.8b2
Django==1.8c1

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

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

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

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

[testenv:3.3-1.8]
basepython = python3.3
Expand All @@ -282,13 +282,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.8b2
Django==1.8c1

[testenv:3.3-1.8-nocover]
basepython = python3.3
deps =
{[testenv]deps}
Django==1.8b2
Django==1.8c1

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

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

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

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

[testenv:3.4-1.8]
basepython = python3.4
Expand All @@ -358,13 +358,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.8b2
Django==1.8c1

[testenv:3.4-1.8-nocover]
basepython = python3.4
deps =
{[testenv]deps}
Django==1.8b2
Django==1.8c1

[testenv:pypy-1.4]
basepython = pypy
Expand All @@ -377,13 +377,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.4.19
Django==1.4.20

[testenv:pypy-1.4-nocover]
basepython = pypy
deps =
{[testenv]deps}
Django==1.4.19
Django==1.4.20

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

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

[testenv:pypy-1.7]
basepython = pypy
Expand All @@ -434,13 +434,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.7.6
Django==1.7.7

[testenv:pypy-1.7-nocover]
basepython = pypy
deps =
{[testenv]deps}
Django==1.7.6
Django==1.7.7

[testenv:pypy-1.8]
basepython = pypy
Expand All @@ -453,13 +453,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.8b2
Django==1.8c1

[testenv:pypy-1.8-nocover]
basepython = pypy
deps =
{[testenv]deps}
Django==1.8b2
Django==1.8c1



0 comments on commit f7567f8

Please sign in to comment.