Pin pygments to 2.3.1 18/82118/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 15 May 2019 13:30:53 +0000 (15:30 +0200)
committerRobert Varga <nite@hq.sk>
Wed, 15 May 2019 13:32:22 +0000 (13:32 +0000)
2.4.0+ breaks with python-3.4.9, pin it to 2.3.1.

Change-Id: I15b8c023e6279d9f26e3de93c1d15a4eff53cd6a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
tox.ini

diff --git a/tox.ini b/tox.ini
index c9747942660788958157d184db8d508c5cd4731d..c62d42d939119492064bb533d0e028728a8e464e 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 =