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 =
13
13
GITHUB_*
14
14
deps =
15
15
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
18
18
hypothesis>=5.5,<6
19
19
commands =
20
20
pytest --cov-report =xml --cov-report =term --cov =h2 {posargs}
@@ -32,19 +32,12 @@ commands = flake8 --max-complexity 10 src test
32
32
[testenv:docs]
33
33
basepython = python3.8
34
34
deps =
35
- sphinx ==3.1.2
35
+ sphinx ==3.2.1
36
+ whitelist_externals = make
36
37
changedir = {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
46
38
commands =
47
- python visualizer/visualize.py -i docs/source/_static
39
+ make clean
40
+ make html
48
41
49
42
[testenv:packaging]
50
43
basepython = python3.8
@@ -59,6 +52,13 @@ commands =
59
52
python setup.py sdist bdist_wheel
60
53
twine check dist/*
61
54
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
+
62
62
[testenv:h2spec]
63
63
basepython = python3.8
64
64
deps =
You can’t perform that action at this time.
0 commit comments