Fix tox dependencies
This commit is contained in:
parent
511bd66226
commit
a6ef74cfdd
1 changed files with 5 additions and 0 deletions
5
tox.ini
5
tox.ini
|
@ -14,11 +14,16 @@ deps =
|
|||
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: djangocms-text-ckeditor<2.8
|
||||
cms31: https://github.com/divio/django-cms/archive/support/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: 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
|
||||
knocker: djangocms-text-ckeditor<3.0
|
||||
django-meta>=1.2
|
||||
https://github.com/nephila/djangocms-helper/archive/develop.zip
|
||||
py26: unittest2
|
||||
|
|
Loading…
Reference in a new issue