-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtox.ini
32 lines (28 loc) · 902 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
29
30
31
32
[tox]
envlist =
py{27,34,35}-django{18,19}-cms{33,34,35}
py{27,34,35}-django110-cms{34,35}
py{34,35}-django111-cms{34,35}
skip_missing_interpreters=True
[testenv]
commands = {env:COMMAND:python} setup.py test
deps =
cms33: https://github.com/divio/django-cms/archive/release/3.3.x.zip
cms34: https://github.com/divio/django-cms/archive/release/3.4.x.zip
cms35: https://github.com/divio/django-cms/archive/develop.zip
https://github.com/nephila/djangocms-helper/archive/develop.zip
django18: django<1.9
django19: django<1.10
django110: django<1.11
django111: django<2.0
Pillow
html5lib>=0.999999
coverage
djangocms-picture>=2.0.2
djangocms-link>=2.0.1
[testenv:pep8]
deps = flake8
commands = flake8
[flake8]
ignore = E251,E128,E501
exclude = djangocms_text_ckeditor/tests/*,djangocms_text_ckeditor/migrations/*,test_settings.py,.tox/*