python-escpos/tox.ini
Patrick Kanzler a15d02b50c change dependency to docutils to newer version of sphinx
This is a revert to f8b7238801c82f7858c64a60162cbe36aa8fe332
2017-01-06 18:05:59 +01:00

22 lines
397 B
INI

[tox]
envlist = py27, py34, py35, docs
[testenv]
deps = nose
jaconv
coverage
scripttest
mock
pytest
pytest-cov
pytest-mock
hypothesis
commands = py.test --cov escpos
[testenv:docs]
basepython = python
changedir = doc
deps = sphinx>=1.5.1
setuptools_scm
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html