Update supported/testing Django versions.

This commit is contained in:
Stephen McDonald 2015-07-23 09:51:41 +10:00
parent 476871553a
commit c6c680b32f
2 changed files with 4 additions and 9 deletions

View File

@ -1,16 +1,11 @@
language: python language: python
env: env:
- DJANGO_VERSION=1.4 - DJANGO_VERSION=1.7
- DJANGO_VERSION=1.5 - DJANGO_VERSION=1.8
- DJANGO_VERSION=1.6
python: python:
- "2.6"
- "2.7" - "2.7"
- "3.3" - "3.3"
matrix: - "3.4"
exclude:
- python: "3.3"
env: DJANGO_VERSION=1.4
install: install:
- pip install django==$DJANGO_VERSION --use-mirrors - pip install django==$DJANGO_VERSION --use-mirrors
- pip install . --use-mirrors - pip install . --use-mirrors

View File

@ -16,7 +16,7 @@ setup(
packages = find_packages(), packages = find_packages(),
install_requires = [ install_requires = [
"sphinx-me >= 0.1.2", "sphinx-me >= 0.1.2",
"django >= 1.4", "django >= 1.7, < 1.9",
], ],
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",