|
@@ -1,5 +1,5 @@
|
|
|
[tox]
|
|
|
-envlist = 2.7,pypy,3.4,3.5,pypy3,flake8,flakeplus,apicheck
|
|
|
+envlist = 2.7,pypy,3.4,3.5,pypy3,flake8,flakeplus,apicheck,configcheck
|
|
|
|
|
|
[testenv]
|
|
|
deps=
|
|
@@ -19,7 +19,7 @@ commands = pip install -U -r{toxinidir}/requirements/dev.txt
|
|
|
--cover-inclusive --cover-min-percentage=94 --cover-erase []
|
|
|
|
|
|
basepython =
|
|
|
- 2.7,flake8,flakeplus,linkcheck,apicheck python2.7
|
|
|
+ 2.7,flake8,flakeplus,apicheck,linkcheck,configcheck python2.7
|
|
|
3.4: python3.4
|
|
|
3.5: python3.5
|
|
|
pypy: pypy
|
|
@@ -30,6 +30,11 @@ commands =
|
|
|
pip install -U -r{toxinidir}/requirements/dev.txt
|
|
|
sphinx-build -W -b apicheck -d {envtmpdir}/doctrees docs docs/_build/apicheck
|
|
|
|
|
|
+[testenv:configcheck]
|
|
|
+commands =
|
|
|
+ pip install -U -r{toxinidir}/requirements/dev.txt
|
|
|
+ sphinx-build -W -b configcheck -d {envtmpdir}/doctrees docs docs/_build/configcheck
|
|
|
+
|
|
|
[testenv:linkcheck]
|
|
|
commands =
|
|
|
pip install -U -r{toxinidir}/requirements/dev.txt
|