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
env:
- DJANGO_VERSION=1.4
- DJANGO_VERSION=1.5
- DJANGO_VERSION=1.6
- DJANGO_VERSION=1.7
- DJANGO_VERSION=1.8
python:
- "2.6"
- "2.7"
- "3.3"
matrix:
exclude:
- python: "3.3"
env: DJANGO_VERSION=1.4
- "3.4"
install:
- pip install django==$DJANGO_VERSION --use-mirrors
- pip install . --use-mirrors

View File

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