rattail/tox.ini

26 lines
487 B
INI
Raw Normal View History

# -*- coding: utf-8 -*-
[tox]
envlist = py26, py27
[testenv]
deps =
coverage
fixture
mock
nose
py-bcrypt
commands =
pip install rattail
nosetests {posargs}
[testenv:coverage]
basepython = python
commands = nosetests {posargs:--with-coverage --cover-html-dir={envtmpdir}/coverage}
[testenv:docs]
basepython = python
deps = Sphinx
changedir = docs
commands = sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs