Fix filer version
This commit is contained in:
parent
6d74c26eed
commit
9ae6ffe632
1 changed files with 10 additions and 2 deletions
12
tox.ini
12
tox.ini
|
@ -13,8 +13,6 @@ deps =
|
|||
django18: django-mptt>=0.8
|
||||
django19: Django>=1.9,<1.10
|
||||
django19: django-mptt>=0.8
|
||||
django19: https://github.com/divio/django-filer/archive/develop.zip
|
||||
django19: https://github.com/divio/cmsplugin-filer/archive/develop.zip
|
||||
cms30: https://github.com/divio/django-cms/archive/support/3.0.x.zip
|
||||
cms31: https://github.com/divio/django-cms/archive/support/3.1.x.zip
|
||||
cms32: https://github.com/divio/django-cms/archive/release/3.2.x.zip
|
||||
|
@ -23,6 +21,16 @@ deps =
|
|||
django-meta>=1.2
|
||||
https://github.com/nephila/djangocms-helper/archive/develop.zip
|
||||
py26: unittest2
|
||||
py26: django-filer<1.2
|
||||
py26: cmsplugin-filer<1.1
|
||||
py27: django-filer<1.3
|
||||
py27: cmsplugin-filer<1.2
|
||||
py33: django-filer<1.3
|
||||
py33: cmsplugin-filer<1.2
|
||||
py34: django-filer<1.3
|
||||
py34: cmsplugin-filer<1.2
|
||||
py35: django-filer<1.3
|
||||
py35: cmsplugin-filer<1.2
|
||||
https://github.com/aldryn/aldryn-apphooks-config/archive/master.zip
|
||||
https://github.com/nephila/djangocms-apphook-setup/archive/master.zip
|
||||
-r{toxinidir}/requirements-test.txt
|
||||
|
|
Loading…
Reference in a new issue