[commit: ghc] master: Travis: Add dependency on python3 (ddc271e)

git at git.haskell.org git at git.haskell.org
Fri Dec 2 04:01:10 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/ddc271e8ed6c5ec5e83dd50c6c5e77955a0e90ac/ghc

>---------------------------------------------------------------

commit ddc271e8ed6c5ec5e83dd50c6c5e77955a0e90ac
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Dec 1 18:37:19 2016 -0500

    Travis: Add dependency on python3
    
    The testsuite now requires python >=3.0. See #12909.


>---------------------------------------------------------------

ddc271e8ed6c5ec5e83dd50c6c5e77955a0e90ac
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 0f80ece..218f5ba 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:



More information about the ghc-commits mailing list