cirrus: update python requirement on FreeBSD test env

This commit is contained in:
Xavier Delaruelle
2020-01-08 20:03:56 +01:00
parent 5923a31c38
commit 06120fba9b

View File

@@ -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