forked from django-cms/djangocms-text-ckeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
28 lines (24 loc) · 861 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[tox]
envlist = py{26}-django{16}-cms{30},py{27,33,34}-django{16,17}-cms{30},py{26}-django{16}-cms{31,32},py{27,33,34}-django{16,17,18}-cms{31,32}
skip_missing_interpreters=True
[testenv]
commands = {env:COMMAND:python} setup.py test
deps =
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/develop.zip
https://github.com/nephila/djangocms-helper/archive/develop.zip
django16: django<1.7
django17: django<1.8
django18: django<1.9
pillow
html5lib>=0.999999
coverage
djangocms-picture
https://github.com/divio/djangocms-link/archive/master.zip
[testenv:isort]
deps = isort
commands = isort -c -rc -df djangocms_text_ckeditor
[testenv:pep8]
deps = flake8
commands = flake8