X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=946192c5017358129d8c7067371cdba2af6d3e45;hb=57906ff892689417793fe9ab0bc728cfb9366717;hp=c9747942660788958157d184db8d508c5cd4731d;hpb=10dccf35ee5b01800a8b3c59cb01d7c2d87ca530;p=integration%2Fdistribution.git diff --git a/tox.ini b/tox.ini index c9747942..946192c5 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ basepython = python3 deps = coala==0.11 coala-bears==0.11 + pygments~=2.3.1 # Requests 2.16 breaks dependencies requests<2.16 commands = @@ -27,7 +28,7 @@ whitelist_externals = echo [testenv:docs-linkcheck] deps = -rdocs/requirements.txt -commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck [testenv:pep8] deps =