Skip to content

Commit

Permalink
Merge pull request #4 from beproud/drop-obsolete-versions
Browse files Browse the repository at this point in the history
[WIP] remove django1.2, django1.3 and python2.6 from test matrix
  • Loading branch information
aodag committed May 2, 2016
2 parents a4408ac + 83d48cc commit 3aa2ffa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 61 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@ sudo: false
python: 2.7
env:
matrix:
- TOXENV=django13-py26
- TOXENV=django12-py27
- TOXENV=django13-py26
- TOXENV=django13-py27
- TOXENV=django14-py26
- TOXENV=django14-py27
- TOXENV=django15-py26
- TOXENV=django15-py27
- TOXENV=django16-py27
- TOXENV=django16-py26
- TOXENV=django17-py27

install:
Expand Down
57 changes: 3 additions & 54 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = django12-py26,django12-py27,
django13-py26,django13-py27,
django14-py26,django14-py27,
django15-py26,django15-py27,
django16-py26,django16-py27,
envlist = django14-py27,
django15-py27,
django16-py27,
django17-py27

[testenv]
Expand All @@ -17,9 +15,6 @@ deps =
kombu==1.1.6
django-celery==2.2.4

[py26]
basepython=python2.6

[py27]
basepython=python2.7

Expand Down Expand Up @@ -55,42 +50,8 @@ deps=
Django>=1.7,<1.8
django-jsonfield==0.9.13

# Django 1.2

[testenv:django12-py26]
basepython={[py26]basepython}
deps=
{[django12]deps}
{[base]deps}

[testenv:django12-py27]
basepython={[py27]basepython}
deps=
{[django12]deps}
{[base]deps}

# Django 1.3

[testenv:django13-py26]
basepython={[py26]basepython}
deps=
{[django13]deps}
{[base]deps}

[testenv:django13-py27]
basepython={[py27]basepython}
deps=
{[django13]deps}
{[base]deps}

# Django 1.4

[testenv:django14-py26]
basepython={[py26]basepython}
deps=
{[django14]deps}
{[base]deps}

[testenv:django14-py27]
basepython={[py27]basepython}
deps=
Expand All @@ -99,12 +60,6 @@ deps=

# Django 1.5

[testenv:django15-py26]
basepython={[py26]basepython}
deps=
{[django15]deps}
{[base]deps}

[testenv:django15-py27]
basepython={[py27]basepython}
deps=
Expand All @@ -113,12 +68,6 @@ deps=

# Django 1.6

[testenv:django16-py26]
basepython={[py26]basepython}
deps=
{[django16]deps}
{[base]deps}

[testenv:django16-py27]
basepython={[py27]basepython}
deps=
Expand Down

0 comments on commit 3aa2ffa

Please sign in to comment.