commit | 24a84a0a11ace23bb8509f2b6a7cf6844cff7543 | [log] [tgz] |
---|---|---|
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | Mon May 13 12:06:38 2019 -0700 |
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | Mon May 13 12:06:38 2019 -0700 |
tree | adc96f31addc78f73e482fcd52aebdf2b3c34597 | |
parent | 5ce239ddde7d386712421142d897046b372fc611 [diff] [blame] |
Pin pygments to 2.3.x 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: Ie1e4281efee4461f61cdffa3791c22cd5fbf54ec Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
diff --git a/tox.ini b/tox.ini index e33d587..5ff30f8 100644 --- a/tox.ini +++ b/tox.ini
@@ -8,6 +8,7 @@ deps = coala==0.11 coala-bears==0.11 + pygments~=2.3.1 nodeenv~=1.3.0 commands = nodeenv -p