diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-12-01 18:37:19 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-12-01 23:00:27 -0500 |
commit | ddc271e8ed6c5ec5e83dd50c6c5e77955a0e90ac (patch) | |
tree | 5f129d8af0d8e3a5affd7a50832da4fe21d094ad /.travis.yml | |
parent | 747e77c9968ab09e11e78fe028bea8e1e3e97a48 (diff) | |
download | haskell-ddc271e8ed6c5ec5e83dd50c6c5e77955a0e90ac.tar.gz |
Travis: Add dependency on python3
The testsuite now requires python >=3.0. See #12909.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |