Forget about supporting Django 1.3

This commit is contained in:
Rocky Meza 2014-02-03 20:27:49 -07:00
parent 8d91831bd0
commit d1ae0ebb23
2 changed files with 1 additions and 3 deletions

View File

@ -8,8 +8,6 @@ env:
- DJANGO_PACKAGE='Django>=1.6,<1.7'
matrix:
include:
- python: "2.6"
env: DJANGO_PACKAGE='Django>=1.3,<1.4'
- python: "2.6"
env: DJANGO_PACKAGE='Django>=1.4,<1.5'
- python: "2.7"

View File

@ -13,7 +13,7 @@ def read(fname):
install_requires = [
'Django>=1.3',
'Django>=1.4',
'PyScss>=1.2.0',
]
tests_require = [