Skip to content

Commit

Permalink
Merge pull request #403 from ticosax/remove-py33-django1.7
Browse files Browse the repository at this point in the history
Remove support for unsupported versions of python and django
  • Loading branch information
paltman committed Oct 15, 2017
2 parents 6517989 + a281522 commit fda68d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
27 changes: 0 additions & 27 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ jobs:
- image: circleci/python:2.7
environment:
TOXENV=py27-dj18
py27dj19:
<<: *common
docker:
- image: circleci/python:2.7
environment:
TOXENV=py27-dj19
py27dj110:
<<: *common
docker:
Expand All @@ -73,12 +67,6 @@ jobs:
- image: circleci/python:3.4
environment:
TOXENV=py34-dj18
py34dj19:
<<: *common
docker:
- image: circleci/python:3.4
environment:
TOXENV=py34-dj19
py34dj110:
<<: *common
docker:
Expand All @@ -103,12 +91,6 @@ jobs:
- image: circleci/python:3.5
environment:
TOXENV=py35-dj18
py35dj19:
<<: *common
docker:
- image: circleci/python:3.5
environment:
TOXENV=py35-dj19
py35dj110:
<<: *common
docker:
Expand Down Expand Up @@ -148,9 +130,6 @@ workflows:
- py27dj18:
requires:
- lint
- py27dj19:
requires:
- lint
- py27dj110:
requires:
- lint
Expand All @@ -163,9 +142,6 @@ workflows:
- py34dj18:
requires:
- lint
- py34dj19:
requires:
- lint
- py34dj110:
requires:
- lint
Expand All @@ -179,9 +155,6 @@ workflows:
- py35dj18:
requires:
- lint
- py35dj19:
requires:
- lint
- py35dj110:
requires:
- lint
Expand Down
9 changes: 3 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ show_missing = True
[tox]
envlist =
checkqa
py27-dj{17,18,19,110,111}
py33-dj{17,18}
py34-dj{17,18,19,110,111,master}
py35-dj{18,19,110,111,master}
py27-dj{17,18,110,111}
py34-dj{17,18,110,111,master}
py35-dj{18,110,111,master}
py36-dj{111,master}
pytest{,-coverage}

Expand All @@ -38,9 +37,7 @@ passenv = CI CIRCLECI CIRCLE_*
deps =
coverage
codecov
dj17: Django>=1.7,<1.8
dj18: Django>=1.8,<1.9
dj19: Django>=1.9,<1.10
dj110: Django>=1.10,<1.11
dj111: Django>=1.11a1,<2.0
master: https://github.com/django/django/tarball/master
Expand Down

0 comments on commit fda68d4

Please sign in to comment.