[tox] envlist = pep8,isort,docs,py{35,34,27}-django{110}-cms{34},py{35,34,27}-django{19}-cms{34,33,32},py{35,34,33,27}-django{18}-cms{34,33,32} [testenv] commands = {env:COMMAND:python} cms_helper.py test djangocms_multisite deps = django18: Django>=1.8,<1.9 django18: django-mptt>=0.8 django19: Django>=1.9,<1.10 django19: django-mptt>=0.8 django110: Django>=1.10,<1.11 django110: django-mptt>=0.8 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/release/3.3.x.zip cms33: djangocms-text-ckeditor>=3.0 cms34: https://github.com/divio/django-cms/archive/release/3.4.x.zip cms34: djangocms-text-ckeditor>=3.0 https://github.com/nephila/djangocms-helper/archive/develop.zip -r{toxinidir}/requirements-test.txt [testenv:isort] deps = isort commands = isort -c -rc -df djangocms_multisite tests skip_install = true [testenv:pep8] deps = flake8 commands = flake8 skip_install = true [testenv:docs] deps = sphinx sphinx-rtd-theme -rrequirements-test.txt changedir=docs skip_install = true commands= sphinx-build -W -b html -d {envtmpdir}/doctrees . {toxinidir}/docs/_build/html