python-escpos/tox.ini

20 lines
344 B
INI

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