Skip to content

Commit fa4e317

Browse files
committed
bump dev dependencies
1 parent 02d6d3c commit fa4e317

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tox.ini

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ passenv =
1313
GITHUB_*
1414
deps =
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
1919
commands =
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]
3333
basepython = python3.8
3434
deps =
35-
sphinx==3.1.2
35+
sphinx==3.2.1
36+
whitelist_externals = make
3637
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
4638
commands =
47-
python visualizer/visualize.py -i docs/source/_static
39+
make clean
40+
make html
4841

4942
[testenv:packaging]
5043
basepython = 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]
6363
basepython = python3.8
6464
deps =

0 commit comments

Comments
 (0)