summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-04-21 15:19:44 +0200
committerPeter Simons <simons@cryp.to>2015-04-21 15:25:17 +0200
commite97cc5830c898988f90a3b9fc8ce164c138c3a8d (patch)
treec40ede1df3655cdea4266cf5332806d1611412c5 /.travis.yml
parentfc70e5ae0259684a586205d7c1433b1550b8091a (diff)
downloadautoconf-archive-e97cc5830c898988f90a3b9fc8ce164c138c3a8d.tar.gz
travis.yml: run tests with Python3 to catch non-ASCII characters in macros
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c72f025..a7cfd14 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
language: c
git:
depth: 50000
-install: sudo apt-get install --allow-unauthenticated -qq gnulib lzip texlive tidy
-script: ./bootstrap.sh && ./configure && make -j4 maintainer-all all && make distcheck && make web-manual && ./fix-website.sh
+install: sudo apt-get install --allow-unauthenticated -qq gnulib lzip texlive tidy python3
+script: ./bootstrap.sh && ./configure && make PYTHON=python3 -j4 maintainer-all all && make distcheck && make web-manual && ./fix-website.sh