From 06120fba9b19b93bbaea8be526fcc8e123761303 Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Wed, 8 Jan 2020 20:03:56 +0100 Subject: [PATCH] cirrus: update python requirement on FreeBSD test env --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 48e76d2f..26fe15af 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -15,7 +15,7 @@ task: git fetch origin pull/$CIRRUS_PR/head:pull/$CIRRUS_PR; fi - git reset --hard $CIRRUS_CHANGE_IN_REPO - install_script: pkg install -y bash wget gmake dejagnu py36-sphinx tcl86 autoconf automake gettext ksh93 zsh fish perl5 python36 ruby cmake R readline openmp + install_script: pkg install -y bash wget gmake dejagnu py37-sphinx tcl86 autoconf automake gettext ksh93 zsh fish perl5 python37 ruby cmake R readline openmp build_script: ./configure --without-tclx --with-tcl-ver=8.6 && gmake && gmake install test_script: - contrib/mt