Codebase list keyrings.alt / upstream/3.0 tox.ini
upstream/3.0

Tree @upstream/3.0 (Download .tar.gz)

tox.ini @upstream/3.0raw · history · blame

[tox]
envlist = python
minversion = 2.4

[testenv]
deps =
	setuptools>=31.0.1
commands =
	py.test {posargs}
	python setup.py checkdocs
usedevelop = True
extras = testing

[testenv:build-docs]
extras =
    docs
    testing
changedir = docs
commands =
    python -m sphinx . {toxinidir}/build/html