Skip to content

Commit

Permalink
Drop support for Django <1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Feb 14, 2017
1 parent 5fad999 commit d45befa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ python:
env:
- DJANGO_VERSION=1.9.x
- DJANGO_VERSION=1.8.x
- DJANGO_VERSION=1.7.x
- DJANGO_VERSION=1.6.x

install:
- sudo apt-get update -y
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def read(*parts):
test_suite='.',
tests_require=tests_require,
install_requires=[
'Django>=1.6,<1.10',
'barbeque>=0.2.1,<1.1.0',
'Django>=1.8,<1.10',
'barbeque>=1.4',
'Pillow',
],
extras_require={
Expand Down
24 changes: 0 additions & 24 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,11 @@ commands =
pip install -e {toxinidir}[tests]
py.test -vs --cache-clear --cov-config={toxinidir}/.coveragerc --cov-report=xml {toxinidir}/ultimatethumb

dependencies16 =
https://github.com/django/django/archive/stable/1.6.x.tar.gz#egg=django
dependencies17 =
https://github.com/django/django/archive/stable/1.7.x.tar.gz#egg=django
dependencies18 =
https://github.com/django/django/archive/stable/1.8.x.tar.gz#egg=django
dependencies19 =
https://github.com/django/django/archive/stable/1.9.x.tar.gz#egg=django

[testenv:2.7-1.6.x]
basepython = python2.7
deps =
{[testenv]dependencies16}

[testenv:2.7-1.7.x]
basepython = python2.7
deps =
{[testenv]dependencies17}

[testenv:2.7-1.8.x]
basepython = python2.7
deps =
Expand All @@ -33,16 +19,6 @@ basepython = python2.7
deps =
{[testenv]dependencies19}

[testenv:3.4-1.6.x]
basepython = python3.4
deps =
{[testenv]dependencies16}

[testenv:3.4-1.7.x]
basepython = python3.4
deps =
{[testenv]dependencies17}

[testenv:3.4-1.8.x]
basepython = python3.4
deps =
Expand Down

0 comments on commit d45befa

Please sign in to comment.