From f84a2d3efd8682fddbaa37e8602a067a6e510f39 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Mon, 6 Apr 2020 21:26:57 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dfdd941..81a44ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,7 @@ env: install: + - pip install kiwisolver==1.1.0 # Temporary, due to issues with 1.2.0 - export main_repo_branch=$TRAVIS_BRANCH - echo $main_repo_branch - if [[ ${main_repo_branch} != "master" && ${main_repo_branch} != "development" && ${main_repo_branch} != "experimental" ]]; then main_repo_branch=development ; fi