From bda432303cc73c67f2f50b03e5e62de909b1c7cd Mon Sep 17 00:00:00 2001 From: gavin Date: Thu, 10 Jun 2021 13:25:44 +0530 Subject: [PATCH] ci: Use only compatible version of bench CLI bench CLI has dropped support for < PY3.6 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 213445b806e..7968edc40ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,8 +40,7 @@ install: - cd ~ - nvm install 10 - - git clone https://github.com/frappe/bench --depth 1 - - pip install -e ./bench + - pip install -U frappe-bench --only-binary='all' - git clone https://github.com/frappe/frappe --branch $TRAVIS_BRANCH --depth 1 - bench init --skip-assets --frappe-path ~/frappe --python $(which python) frappe-bench