commit
826468e0a8
2 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,6 @@ HELPER_SETTINGS = {
|
||||||
],
|
],
|
||||||
'MIGRATION_MODULES': {
|
'MIGRATION_MODULES': {
|
||||||
'cmsplugin_filer_image': 'cmsplugin_filer_image.migrations_django',
|
'cmsplugin_filer_image': 'cmsplugin_filer_image.migrations_django',
|
||||||
'djangocms_text_ckeditor': 'djangocms_text_ckeditor.migrations_django',
|
|
||||||
},
|
},
|
||||||
'META_SITE_PROTOCOL': 'http',
|
'META_SITE_PROTOCOL': 'http',
|
||||||
'META_SITE_DOMAIN': 'example.com',
|
'META_SITE_DOMAIN': 'example.com',
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -3,6 +3,7 @@ envlist = py{26}-django{16}-cms{30,31},py{27,33,34}-django{16,17}-cms{30,31}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
|
html5lib < 0.9999
|
||||||
django16: Django>=1.6,<1.7
|
django16: Django>=1.6,<1.7
|
||||||
django17: Django>=1.7,<1.8
|
django17: Django>=1.7,<1.8
|
||||||
cms30: https://github.com/divio/django-cms/archive/support/3.0.x.zip
|
cms30: https://github.com/divio/django-cms/archive/support/3.0.x.zip
|
||||||
|
|
Loading…
Reference in a new issue