Update taggit

Also, test SQLite with latest version of Django
This commit is contained in:
Karl Hobley 2015-03-04 09:47:40 +00:00
parent b019bc2261
commit a4ffd3b485
2 changed files with 4 additions and 7 deletions

View file

@ -31,7 +31,7 @@ install_requires = [
"Django>=1.7.0,<1.8",
"django-compressor>=1.4",
"django-modelcluster>=0.5",
"django-taggit==0.12.2",
"django-taggit==0.12.3",
"django-treebeard==3.0",
"beautifulsoup4>=4.3.2",
"html5lib==0.999",

View file

@ -23,9 +23,6 @@ base =
dj17 =
Django>=1.7,<1.8
dj171 =
Django==1.7.1
dj18 =
https://github.com/django/django/archive/stable/1.8.x.zip#egg=django
@ -75,7 +72,7 @@ basepython=python2.7
deps =
{[deps]base}
{[deps]py2}
{[deps]dj171}
{[deps]dj17}
setenv =
DATABASE_ENGINE=django.db.backends.sqlite3
@ -107,7 +104,7 @@ basepython=python3.3
deps =
{[deps]base}
{[deps]py3}
{[deps]dj171}
{[deps]dj17}
setenv =
DATABASE_ENGINE=django.db.backends.sqlite3
@ -126,7 +123,7 @@ basepython=python3.4
deps =
{[deps]base}
{[deps]py3}
{[deps]dj171}
{[deps]dj17}
setenv =
DATABASE_ENGINE=django.db.backends.sqlite3