Skip to content

Commit

Permalink
reverted Django 1.10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dss09 committed Oct 23, 2018
1 parent 26ba8bf commit 96c1e76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
env:
- DJANGO=1.10 DB=sqlite
- DJANGO=1.11 DB=sqlite
- DJANGO=2.0 DB=sqlite
- DJANGO=2.1 DB=sqlite
install:
- pip install -q Django==$DJANGO
- pip install coveralls coverage django-discover-runner
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read_version():
name="django-seo",
version=read_version(),
packages=find_packages(exclude=["docs*", "tests*"]),
install_requires=['Django>=1.11'],
install_requires=['Django>=1.10'],
author="Will Hardy",
author_email="djangoseo@willhardy.com.au",
description="A framework for managing SEO metadata in Django.",
Expand Down

0 comments on commit 96c1e76

Please sign in to comment.