python-escpos/tox.ini
Patrick Kanzler a2e188cecf move pypy3 to the allowed failures and add hypothesis
pypy3 is not compatible with hypothesis, which is needed for testing
2016-08-02 00:10:39 +02:00

18 lines
361 B
INI

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