Skip to content

Commit

Permalink
Drop support for unsupported django versions for 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
craigds committed Dec 2, 2015
1 parent 577046e commit fcc868d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,10 @@ python:
- "2.7"
- "pypy"
env:
- DJANGO="Django>=1.6,<1.7"
- DJANGO="Django>=1.7,<1.8"
- DJANGO="Django>=1.8,<1.9"
- DJANGO="Django>=1.9,<1.10"
matrix:
exclude:
- env: DJANGO="Django>=1.6,<1.7"
python: "3.5"
- env: DJANGO="Django>=1.7,<1.8"
python: "3.5"
- env: DJANGO="Django>=1.8,<1.9"
python: "3.5"
- env: DJANGO="Django>=1.9,<1.10"
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Requirements
------------

* Python 2.7 or 3.2+
* Django 1.6+
* Django 1.8+

Feature overview
----------------
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
{py27,py32,py33,py34,pypy}-{dj16,dj17,dj18}
{py27,py32,py33,py34,pypy}-{dj18}
{py27,py34,py35,pypy}-{dj19}

[testenv]
Expand All @@ -14,7 +14,5 @@ basepython =
py35: python3.5
pypy: pypy
deps =
dj16: Django>=1.6,<1.7
dj17: Django>=1.7,<1.8
dj18: Django>=1.8,<1.9
dj19: Django>=1.9

0 comments on commit fcc868d

Please sign in to comment.