Skip to content

Commit

Permalink
dropped support for older and non-LTS version of Django
Browse files Browse the repository at this point in the history
  • Loading branch information
bashu committed May 9, 2018
1 parent 1f0f67b commit d9f409b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
@@ -1,15 +1,10 @@
language: python
python:
- "3.6"
- "3.4"
- "2.7"
env:
- DJANGO="Django>=1.4,<1.5"
- DJANGO="Django>=1.5,<1.6"
- DJANGO="Django>=1.6,<1.7"
- DJANGO="Django>=1.7,<1.8"
- DJANGO="Django>=1.8,<1.9"
- DJANGO="Django>=1.9,<1.10"
- DJANGO="Django>=1.10,<1.11"
- DJANGO="Django>=1.11,<1.12"
- DJANGO="Django>=2.0,<2.1"
- DJANGO="https://github.com/django/django/archive/master.tar.gz"
Expand All @@ -21,8 +16,6 @@ script:
- python setup.py nosetests
matrix:
exclude:
- python: "3.4"
env: DJANGO="Django>=1.4,<1.5"
- python: "2.7"
env: DJANGO="Django>=2.0,<2.1"
- python: "2.7"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -66,6 +66,7 @@ def find_version(*parts):
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
Expand Down

0 comments on commit d9f409b

Please sign in to comment.