wagtail/tox.ini

204 wiersze
3.6 KiB
INI
Czysty Zwykły widok Historia

2014-04-24 15:41:58 +00:00
[deps]
base =
django-compressor>=1.4
django-libsass>=0.2
libsass==0.5.1
2015-02-03 11:11:42 +00:00
django-modelcluster>=0.5
2014-08-27 10:11:00 +00:00
django-taggit==0.12.1
2015-01-29 13:19:19 +00:00
django-treebeard==3.0
Pillow>=2.3.0
beautifulsoup4>=4.3.2
html5lib==0.999
Unidecode>=0.04.14
six==1.7.3
requests==2.3.0
elasticsearch==1.1.0
mock==1.0.1
python-dateutil==2.2
pytz==2014.7
Embedly
2014-11-03 10:30:19 +00:00
Willow==0.1
coverage
dj17 =
2014-12-23 13:06:58 +00:00
Django>=1.7,<1.8
dj171 =
Django==1.7.1
2015-01-28 09:42:10 +00:00
dj18 =
https://github.com/django/django/archive/stable/1.8.x.zip#egg=django
py2 =
unicodecsv>=0.9.4
py3 =
2014-04-24 15:41:58 +00:00
2014-04-24 14:19:43 +00:00
[tox]
skipsdist = True
usedevelop = True
2014-04-24 14:19:43 +00:00
envlist =
py27-dj17-postgres,
py27-dj17-sqlite,
py33-dj17-postgres,
py33-dj17-sqlite,
py34-dj17-postgres,
2015-01-28 09:42:10 +00:00
py34-dj17-sqlite,
py27-dj18-postgres,
py27-dj18-sqlite,
py33-dj18-postgres,
py33-dj18-sqlite,
py34-dj18-postgres,
py34-dj18-sqlite
# mysql not currently supported
# (wagtail.wagtailimages.tests.TestImageEditView currently fails with a
# foreign key constraint error)
# py26-dj16-mysql
# py27-dj16-mysql
2014-04-24 14:19:43 +00:00
2014-04-24 14:19:43 +00:00
[testenv]
commands=coverage run runtests.py
2014-04-24 14:19:43 +00:00
[testenv:py27-dj17-postgres]
basepython=python2.7
deps =
{[deps]base}
{[deps]py2}
{[deps]dj17}
psycopg2==2.5.3
setenv =
DATABASE_ENGINE=django.db.backends.postgresql_psycopg2
[testenv:py27-dj17-sqlite]
basepython=python2.7
deps =
{[deps]base}
{[deps]py2}
{[deps]dj171}
setenv =
DATABASE_ENGINE=django.db.backends.sqlite3
[testenv:py27-dj17-mysql]
basepython=python2.7
deps =
{[deps]base}
{[deps]py2}
{[deps]dj17}
MySQL-python==1.2.5
setenv =
DATABASE_ENGINE=django.db.backends.mysql
DATABASE_USER=wagtail
[testenv:py33-dj17-postgres]
basepython=python3.3
deps =
{[deps]base}
{[deps]py3}
{[deps]dj17}
psycopg2==2.5.3
setenv =
DATABASE_ENGINE=django.db.backends.postgresql_psycopg2
[testenv:py33-dj17-sqlite]
basepython=python3.3
deps =
{[deps]base}
{[deps]py3}
{[deps]dj171}
setenv =
DATABASE_ENGINE=django.db.backends.sqlite3
[testenv:py34-dj17-postgres]
basepython=python3.4
deps =
{[deps]base}
{[deps]py3}
{[deps]dj17}
psycopg2==2.5.3
setenv =
DATABASE_ENGINE=django.db.backends.postgresql_psycopg2
[testenv:py34-dj17-sqlite]
basepython=python3.4
deps =
{[deps]base}
{[deps]py3}
{[deps]dj171}
setenv =
DATABASE_ENGINE=django.db.backends.sqlite3
2015-01-28 09:42:10 +00:00
[testenv:py27-dj18-postgres]
basepython=python2.7
deps =
{[deps]base}
{[deps]py2}
{[deps]dj18}
psycopg2==2.5.3
setenv =
DATABASE_ENGINE=django.db.backends.postgresql_psycopg2
[testenv:py27-dj18-sqlite]
basepython=python2.7
deps =
{[deps]base}
{[deps]py2}
{[deps]dj18}
setenv =
DATABASE_ENGINE=django.db.backends.sqlite3
[testenv:py27-dj18-mysql]
basepython=python2.7
deps =
{[deps]base}
{[deps]py2}
{[deps]dj18}
MySQL-python==1.2.5
setenv =
DATABASE_ENGINE=django.db.backends.mysql
DATABASE_USER=wagtail
[testenv:py33-dj18-postgres]
basepython=python3.3
deps =
{[deps]base}
{[deps]py3}
{[deps]dj18}
psycopg2==2.5.3
setenv =
DATABASE_ENGINE=django.db.backends.postgresql_psycopg2
[testenv:py33-dj18-sqlite]
basepython=python3.3
deps =
{[deps]base}
{[deps]py3}
{[deps]dj18}
setenv =
DATABASE_ENGINE=django.db.backends.sqlite3
[testenv:py34-dj18-postgres]
basepython=python3.4
deps =
{[deps]base}
{[deps]py3}
{[deps]dj18}
psycopg2==2.5.3
setenv =
DATABASE_ENGINE=django.db.backends.postgresql_psycopg2
[testenv:py34-dj18-sqlite]
basepython=python3.4
deps =
{[deps]base}
{[deps]py3}
{[deps]dj18}
setenv =
DATABASE_ENGINE=django.db.backends.sqlite3