2015-04-03 13:38:08 +00:00
|
|
|
[tox]
|
|
|
|
skipsdist = True
|
|
|
|
usedevelop = True
|
|
|
|
|
|
|
|
envlist = py{27,33,34}-dj{17,18}-{sqlite,postgres,mysql}
|
|
|
|
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
commands=coverage run runtests.py
|
|
|
|
|
|
|
|
basepython =
|
|
|
|
py27: python2.7
|
|
|
|
py33: python3.3
|
|
|
|
py34: python3.4
|
|
|
|
|
|
|
|
deps =
|
2014-07-28 14:01:21 +00:00
|
|
|
django-compressor>=1.4
|
|
|
|
django-libsass>=0.2
|
2014-10-28 10:51:57 +00:00
|
|
|
libsass==0.5.1
|
2015-02-03 11:11:42 +00:00
|
|
|
django-modelcluster>=0.5
|
2015-03-04 08:42:42 +00:00
|
|
|
django-taggit==0.12.3
|
2015-01-29 13:19:19 +00:00
|
|
|
django-treebeard==3.0
|
2014-07-28 14:01:21 +00:00
|
|
|
Pillow>=2.3.0
|
|
|
|
beautifulsoup4>=4.3.2
|
|
|
|
html5lib==0.999
|
|
|
|
Unidecode>=0.04.14
|
|
|
|
six==1.7.3
|
|
|
|
requests==2.3.0
|
2014-07-02 16:31:06 +00:00
|
|
|
elasticsearch==1.1.0
|
2014-07-02 16:14:34 +00:00
|
|
|
mock==1.0.1
|
2014-07-18 13:54:30 +00:00
|
|
|
python-dateutil==2.2
|
2014-09-16 08:18:49 +00:00
|
|
|
pytz==2014.7
|
2014-07-28 14:01:21 +00:00
|
|
|
Embedly
|
2015-04-01 16:42:55 +00:00
|
|
|
Willow==0.2
|
2014-07-28 14:01:21 +00:00
|
|
|
coverage
|
|
|
|
|
2015-04-03 13:38:08 +00:00
|
|
|
py27: unicodecsv>=0.9.4
|
|
|
|
dj17: Django>=1.7.1,<1.8
|
|
|
|
dj18: Django>=1.8,<1.9
|
|
|
|
postgres: psycopg2>=2.6
|
|
|
|
mysql: mysqlclient==1.3.6
|
2014-07-28 14:01:21 +00:00
|
|
|
|
|
|
|
setenv =
|
2015-04-03 13:38:08 +00:00
|
|
|
postgres: DATABASE_ENGINE=django.db.backends.postgresql_psycopg2
|
2014-07-28 14:01:21 +00:00
|
|
|
|
2015-04-03 13:38:08 +00:00
|
|
|
mysql: DATABASE_ENGINE=django.db.backends.mysql
|
|
|
|
mysql: DATABASE_USER=wagtail
|
|
|
|
mysql: DATABASE_HOST=localhost
|
|
|
|
mysql: DATABASE_USER=root
|