提交 c7c57178 编写于 作者: J Julia Medina

New tox env: docs

上级 96ef4c60
...@@ -6,10 +6,12 @@ env: ...@@ -6,10 +6,12 @@ env:
- TOXENV=trunk - TOXENV=trunk
- TOXENV=pypy - TOXENV=pypy
- TOXENV=py33 - TOXENV=py33
- TOXENV=docs
matrix: matrix:
allow_failures: allow_failures:
- env: TOXENV=pypy - env: TOXENV=pypy
- env: TOXENV=py33 - env: TOXENV=py33
- env: TOXENV=docs
install: install:
- ./.travis-workarounds.sh - ./.travis-workarounds.sh
- pip install tox - pip install tox
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py27, pypy, precise, trunk, py33 envlist = py27, pypy, precise, trunk, py33, docs
indexserver = indexserver =
HPK = https://devpi.net/hpk/dev/ HPK = https://devpi.net/hpk/dev/
...@@ -56,3 +56,11 @@ deps = ...@@ -56,3 +56,11 @@ deps =
commands = commands =
bin/runtests.bat [] bin/runtests.bat []
sitepackages = False sitepackages = False
[testenv:docs]
changedir = docs
deps =
Sphinx
commands =
sphinx-build -W -b html . build/html
sphinx-build -W -b linkcheck . build/linkcheck
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册