Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update test versions.
  • Loading branch information
ionelmc committed Dec 17, 2015
1 parent 5175e47 commit 7e8490a
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 20 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -16,6 +16,8 @@ env:
- TOXENV=2.7-1.7-nocover
- TOXENV=2.7-1.8,coveralls,codecov
- TOXENV=2.7-1.8-nocover
- TOXENV=2.7-1.9,coveralls,codecov
- TOXENV=2.7-1.9-nocover
- TOXENV=3.3-1.5,coveralls,codecov
- TOXENV=3.3-1.5-nocover
- TOXENV=3.3-1.6,coveralls,codecov
Expand All @@ -24,6 +26,8 @@ env:
- TOXENV=3.3-1.7-nocover
- TOXENV=3.3-1.8,coveralls,codecov
- TOXENV=3.3-1.8-nocover
- TOXENV=3.3-1.9,coveralls,codecov
- TOXENV=3.3-1.9-nocover
- TOXENV=3.4-1.5,coveralls,codecov
- TOXENV=3.4-1.5-nocover
- TOXENV=3.4-1.6,coveralls,codecov
Expand All @@ -32,8 +36,12 @@ env:
- TOXENV=3.4-1.7-nocover
- TOXENV=3.4-1.8,coveralls,codecov
- TOXENV=3.4-1.8-nocover
- TOXENV=3.4-1.9,coveralls,codecov
- TOXENV=3.4-1.9-nocover
- TOXENV=3.5-1.8,coveralls,codecov
- TOXENV=3.5-1.8-nocover
- TOXENV=3.5-1.9,coveralls,codecov
- TOXENV=3.5-1.9-nocover
- TOXENV=pypy-1.4,coveralls,codecov
- TOXENV=pypy-1.4-nocover
- TOXENV=pypy-1.5,coveralls,codecov
Expand All @@ -44,6 +52,8 @@ env:
- TOXENV=pypy-1.7-nocover
- TOXENV=pypy-1.8,coveralls,codecov
- TOXENV=pypy-1.8-nocover
- TOXENV=pypy-1.9,coveralls,codecov
- TOXENV=pypy-1.9-nocover
before_install:
- python --version
- uname -a
Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Expand Up @@ -49,8 +49,9 @@ dependencies =
1.4: Django==1.4.22 !python_versions[3.*]
1.5: Django==1.5.12 !python_versions[3.5]
1.6: Django==1.6.11 !python_versions[3.5]
1.7: Django==1.7.10 !python_versions[2.6] !python_versions[3.5]
1.8: Django==1.8.5 !python_versions[2.6]
1.7: Django==1.7.11 !python_versions[2.6] !python_versions[3.5]
1.8: Django==1.8.7 !python_versions[2.6]
1.9: Django==1.9 !python_versions[2.6]
coverage_flags =
: true
nocover: false
Expand Down
141 changes: 123 additions & 18 deletions tox.ini
Expand Up @@ -12,6 +12,8 @@ envlist =
2.7-1.7-nocover,
2.7-1.8,
2.7-1.8-nocover,
2.7-1.9,
2.7-1.9-nocover,
3.3-1.5,
3.3-1.5-nocover,
3.3-1.6,
Expand All @@ -20,6 +22,8 @@ envlist =
3.3-1.7-nocover,
3.3-1.8,
3.3-1.8-nocover,
3.3-1.9,
3.3-1.9-nocover,
3.4-1.5,
3.4-1.5-nocover,
3.4-1.6,
Expand All @@ -28,8 +32,12 @@ envlist =
3.4-1.7-nocover,
3.4-1.8,
3.4-1.8-nocover,
3.4-1.9,
3.4-1.9-nocover,
3.5-1.8,
3.5-1.8-nocover,
3.5-1.9,
3.5-1.9-nocover,
pypy-1.4,
pypy-1.4-nocover,
pypy-1.5,
Expand All @@ -40,6 +48,8 @@ envlist =
pypy-1.7-nocover,
pypy-1.8,
pypy-1.8-nocover,
pypy-1.9,
pypy-1.9-nocover,
report,
docs

Expand Down Expand Up @@ -208,13 +218,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.7.10
Django==1.7.11

[testenv:2.7-1.7-nocover]
basepython = {env:TOXPYTHON:python2.7}
deps =
{[testenv]deps}
Django==1.7.10
Django==1.7.11

[testenv:2.7-1.8]
basepython = {env:TOXPYTHON:python2.7}
Expand All @@ -227,13 +237,32 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.8.5
Django==1.8.7

[testenv:2.7-1.8-nocover]
basepython = {env:TOXPYTHON:python2.7}
deps =
{[testenv]deps}
Django==1.8.5
Django==1.8.7

[testenv:2.7-1.9]
basepython = {env:TOXPYTHON:python2.7}
setenv =
{[testenv]setenv}
WITH_COVERAGE=yes
usedevelop = true
commands =
{posargs:py.test --cov --cov-report=term-missing -vv}
deps =
{[testenv]deps}
pytest-cov
Django==1.9

[testenv:2.7-1.9-nocover]
basepython = {env:TOXPYTHON:python2.7}
deps =
{[testenv]deps}
Django==1.9

[testenv:3.3-1.5]
basepython = {env:TOXPYTHON:python3.3}
Expand Down Expand Up @@ -284,13 +313,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.7.10
Django==1.7.11

[testenv:3.3-1.7-nocover]
basepython = {env:TOXPYTHON:python3.3}
deps =
{[testenv]deps}
Django==1.7.10
Django==1.7.11

[testenv:3.3-1.8]
basepython = {env:TOXPYTHON:python3.3}
Expand All @@ -303,13 +332,32 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.8.5
Django==1.8.7

[testenv:3.3-1.8-nocover]
basepython = {env:TOXPYTHON:python3.3}
deps =
{[testenv]deps}
Django==1.8.5
Django==1.8.7

[testenv:3.3-1.9]
basepython = {env:TOXPYTHON:python3.3}
setenv =
{[testenv]setenv}
WITH_COVERAGE=yes
usedevelop = true
commands =
{posargs:py.test --cov --cov-report=term-missing -vv}
deps =
{[testenv]deps}
pytest-cov
Django==1.9

[testenv:3.3-1.9-nocover]
basepython = {env:TOXPYTHON:python3.3}
deps =
{[testenv]deps}
Django==1.9

[testenv:3.4-1.5]
basepython = {env:TOXPYTHON:python3.4}
Expand Down Expand Up @@ -360,13 +408,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.7.10
Django==1.7.11

[testenv:3.4-1.7-nocover]
basepython = {env:TOXPYTHON:python3.4}
deps =
{[testenv]deps}
Django==1.7.10
Django==1.7.11

[testenv:3.4-1.8]
basepython = {env:TOXPYTHON:python3.4}
Expand All @@ -379,13 +427,32 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.8.5
Django==1.8.7

[testenv:3.4-1.8-nocover]
basepython = {env:TOXPYTHON:python3.4}
deps =
{[testenv]deps}
Django==1.8.5
Django==1.8.7

[testenv:3.4-1.9]
basepython = {env:TOXPYTHON:python3.4}
setenv =
{[testenv]setenv}
WITH_COVERAGE=yes
usedevelop = true
commands =
{posargs:py.test --cov --cov-report=term-missing -vv}
deps =
{[testenv]deps}
pytest-cov
Django==1.9

[testenv:3.4-1.9-nocover]
basepython = {env:TOXPYTHON:python3.4}
deps =
{[testenv]deps}
Django==1.9

[testenv:3.5-1.8]
basepython = {env:TOXPYTHON:python3.5}
Expand All @@ -398,13 +465,32 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.8.5
Django==1.8.7

[testenv:3.5-1.8-nocover]
basepython = {env:TOXPYTHON:python3.5}
deps =
{[testenv]deps}
Django==1.8.5
Django==1.8.7

[testenv:3.5-1.9]
basepython = {env:TOXPYTHON:python3.5}
setenv =
{[testenv]setenv}
WITH_COVERAGE=yes
usedevelop = true
commands =
{posargs:py.test --cov --cov-report=term-missing -vv}
deps =
{[testenv]deps}
pytest-cov
Django==1.9

[testenv:3.5-1.9-nocover]
basepython = {env:TOXPYTHON:python3.5}
deps =
{[testenv]deps}
Django==1.9

[testenv:pypy-1.4]
basepython = {env:TOXPYTHON:pypy}
Expand Down Expand Up @@ -474,13 +560,13 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.7.10
Django==1.7.11

[testenv:pypy-1.7-nocover]
basepython = {env:TOXPYTHON:pypy}
deps =
{[testenv]deps}
Django==1.7.10
Django==1.7.11

[testenv:pypy-1.8]
basepython = {env:TOXPYTHON:pypy}
Expand All @@ -493,13 +579,32 @@ commands =
deps =
{[testenv]deps}
pytest-cov
Django==1.8.5
Django==1.8.7

[testenv:pypy-1.8-nocover]
basepython = {env:TOXPYTHON:pypy}
deps =
{[testenv]deps}
Django==1.8.5
Django==1.8.7

[testenv:pypy-1.9]
basepython = {env:TOXPYTHON:pypy}
setenv =
{[testenv]setenv}
WITH_COVERAGE=yes
usedevelop = true
commands =
{posargs:py.test --cov --cov-report=term-missing -vv}
deps =
{[testenv]deps}
pytest-cov
Django==1.9

[testenv:pypy-1.9-nocover]
basepython = {env:TOXPYTHON:pypy}
deps =
{[testenv]deps}
Django==1.9



0 comments on commit 7e8490a

Please sign in to comment.