From ddc271e8ed6c5ec5e83dd50c6c5e77955a0e90ac Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 1 Dec 2016 18:37:19 -0500 Subject: Travis: Add dependency on python3 The testsuite now requires python >=3.0. See #12909. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0f80ecefbe..218f5ba6b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ addons: - ghc-7.10.3 - alex-3.1.3 - happy-1.19.4 + - python3 #- llvm-3.7 before_install: -- cgit v1.2.1