We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f073c3b commit 7017702Copy full SHA for 7017702
.travis.yml
@@ -60,6 +60,7 @@ before_install:
60
sudo DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" install mono-devel mono-complete referenceassemblies-pcl ca-certificates-mono nunit-console;
61
brew install pyenv;
62
pyenv install $PYTHON;
63
+ pyenv local $PYTHON;
64
fi
65
install:
66
#- ./.travis/install.sh
0 commit comments