bootstrap-vz/tox.ini
Anders Ingemann f9b234e3e6 Remove docs-serve testenv again
It can cause some weird errors when running two tox invocations at the same time
2015-04-11 16:40:44 +02:00

23 lines
474 B
INI

[flake8]
ignore = E101,E221,E241,E501,W191
max-line-length = 110
[tox]
envlist = flake8, integration
[testenv:flake8]
deps = flake8
commands = flake8 bootstrapvz/ --exclude=minify_json.py
[testenv:integration]
deps =
nose
nose-cov
commands = nosetests -v tests/integration --with-coverage --cover-package=bootstrapvz --cover-inclusive
[testenv:docs]
changedir = docs
deps =
sphinx
commands =
sphinx-build -W -b html -d _build/html/doctrees . _build/html