This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[tox]
|
||||
envlist = python
|
||||
minversion = 2.4
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
setuptools>=31.0.1
|
||||
# workaround for yaml/pyyaml#126
|
||||
git+https://github.com/yaml/pyyaml@master#egg=pyyaml
|
||||
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
|
||||
Reference in New Issue
Block a user