[tox] verify: Pin pygments to 2.3.x 80/680/3
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 13 May 2019 15:35:20 +0000 (17:35 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 13 May 2019 15:40:34 +0000 (17:40 +0200)
Pygments release 2.4.0 which added a python requires that excludes all
versions of Python < 3.5. The LFCI's default 3 version is 3.4 so causes
build failure.

Change-Id: I0e03d3622cf8764b5d0a6778efaea76b53d08fa2
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 4b2533c..50a67e1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -19,6 +19,7 @@ install_command = python -m pip install --no-cache-dir {opts} {packages}
 deps =
    coala
    coala-bears
+   pygments~=2.3.1
    nodeenv
 commands =
    nodeenv -p