From 0476f75dd725144ea3e90d065123d6461d75d73d Mon Sep 17 00:00:00 2001 From: ziajka Date: Mon, 28 Jan 2019 12:55:20 +0100 Subject: [PATCH] Use Xenial for travis builds --- .travis.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d2671cd..c074403d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ cache: directories: - node_modules +dist: xenial + addons: apt: sources: @@ -31,12 +33,12 @@ before_install: # Ubuntu trusty supports max python3.4, cx_freeze-5.1.1 requires min 3.5 # Remove when goes to xenial - | - curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash - export PATH="~/.pyenv/bin:$PATH" - eval "$(pyenv init -)" - eval "$(pyenv virtualenv-init -)" - pyenv virtualenv 3.6.3 general - pyenv global general + # curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash + # export PATH="~/.pyenv/bin:$PATH" + # eval "$(pyenv init -)" + # eval "$(pyenv virtualenv-init -)" + # pyenv virtualenv 3.6.3 general + # pyenv global general python3 -V pip3 -V