We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0071a7b commit bf3cfedCopy full SHA for bf3cfed
tox.ini
@@ -18,7 +18,7 @@ commands = flake8 --max-complexity 10 h2 test
18
19
[testenv:docs]
20
basepython=python3.7
21
-deps = sphinx==1.4.9
+deps = sphinx==2.2.0
22
changedir = {toxinidir}/docs
23
whitelist_externals = rm
24
commands =
@@ -27,7 +27,7 @@ commands =
27
28
[testenv:graphs]
29
basepython=python2.7
30
-deps = graphviz==0.11.1
+deps = graphviz==0.12
31
32
python visualizer/visualize.py -i docs/source/_static
33
@@ -42,7 +42,7 @@ commands =
42
43
[testenv:h2spec]
44
basepython=python3.6
45
-deps = twisted[tls]==17.1.0
+deps = twisted[tls]==19.7.0
46
whitelist_externals = {toxinidir}/test/h2spectest.sh
47
48
{toxinidir}/test/h2spectest.sh
0 commit comments