Bump versions by x.(y+1).z
[integration/distribution.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index c9747942660788958157d184db8d508c5cd4731d..946192c5017358129d8c7067371cdba2af6d3e45 100644 (file)
--- 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 =