File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ passenv =
1313 GITHUB_*
1414deps =
1515 pytest ==6.0.1
16- pytest-cov ==2.10.0
17- pytest-xdist ==1.34 .0
16+ pytest-cov ==2.10.1
17+ pytest-xdist ==2.0 .0
1818 hypothesis>=5.5,<6
1919commands =
2020 pytest --cov-report =xml --cov-report =term --cov =h2 {posargs}
@@ -32,19 +32,12 @@ commands = flake8 --max-complexity 10 src test
3232[testenv:docs]
3333basepython = python3.8
3434deps =
35- sphinx ==3.1.2
35+ sphinx ==3.2.1
36+ whitelist_externals = make
3637changedir = {toxinidir}/docs
37- whitelist_externals = rm
38- commands =
39- rm -rf build
40- sphinx-build -W -b html -d build/doctrees source build/html
41-
42- [testenv:graphs]
43- basepython = python3.8
44- deps =
45- graphviz ==0.14.1
4638commands =
47- python visualizer/visualize.py -i docs/source/_static
39+ make clean
40+ make html
4841
4942[testenv:packaging]
5043basepython = python3.8
@@ -59,6 +52,13 @@ commands =
5952 python setup.py sdist bdist_wheel
6053 twine check dist/*
6154
55+ [testenv:graphs]
56+ basepython = python3.8
57+ deps =
58+ graphviz ==0.14.1
59+ commands =
60+ python visualizer/visualize.py -i docs/source/_static
61+
6262[testenv:h2spec]
6363basepython = python3.8
6464deps =
You can’t perform that action at this time.
0 commit comments