.travis.yml: install python3 for build.

This commit is contained in:
John MacFarlane 2014-12-29 22:46:22 -08:00
Родитель 9c5d074b00
Коммит 6a1d17d27f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -4,7 +4,7 @@ compiler:
- gcc - gcc
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq pandoc re2c valgrind - sudo apt-get install -qq python3 pandoc re2c valgrind
script: script:
- make testtarball - make testtarball
- PROG=`ls cmark-*.*/build/src/cmark` make leakcheck - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck