Fix django CMS repo urls
This commit is contained in:
parent
a6ef74cfdd
commit
0a5814c0f5
1 changed files with 3 additions and 3 deletions
6
tox.ini
6
tox.ini
|
@ -13,13 +13,13 @@ deps =
|
|||
django18: django-mptt>=0.8
|
||||
django19: Django>=1.9,<1.10
|
||||
django19: django-mptt>=0.8
|
||||
cms30: https://github.com/divio/django-cms/archive/support/3.0.x.zip
|
||||
cms30: https://github.com/divio/django-cms/archive/release/3.0.x.zip
|
||||
cms30: djangocms-text-ckeditor<2.8
|
||||
cms31: https://github.com/divio/django-cms/archive/support/3.1.x.zip
|
||||
cms31: https://github.com/divio/django-cms/archive/release/3.1.x.zip
|
||||
cms31: djangocms-text-ckeditor<2.9
|
||||
cms32: https://github.com/divio/django-cms/archive/release/3.2.x.zip
|
||||
cms32: djangocms-text-ckeditor<3.0
|
||||
cms33: https://github.com/divio/django-cms/archive/develop.zip
|
||||
cms33: https://github.com/divio/django-cms/archive/release/3.3.x.zip
|
||||
cms33: djangocms-text-ckeditor>=3.0
|
||||
knocker: https://github.com/divio/django-cms/archive/release/3.2.x.zip
|
||||
knocker: https://github.com/nephila/django-knocker/archive/master.zip?0.1.1
|
||||
|
|
Loading…
Reference in a new issue