From dd37b75d9a8a1b9b32de8bfbaacbf8e2e2458e2e Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Mon, 15 Jun 2020 23:59:08 +0200 Subject: Change the order of pip packages on Windows This somehow fixes the SSL error Change-Id: I19d0d03eebc5247af1abcfb6e2b704cec662df26 Reviewed-by: Christian Kandeler --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5ca075d10..ef86db701 100644 --- a/.travis.yml +++ b/.travis.yml @@ -197,8 +197,8 @@ jobs: - ./scripts/install-qt.sh -d ${QT_INSTALL_DIR} --version ${QT_VERSION} --toolchain win64_msvc2017_64 qtbase qtdeclarative qttools qtscript - ./scripts/install-qt.sh -d ${QT_INSTALL_DIR} --version ${QTCREATOR_VERSION} qtcreator - choco install python3 - - pip3 install git+https://github.com/frerich/clcache.git@cae73d8255d78db8ba11e23c51fd2c9a89e7475b - pip3 install conan beautifulsoup4 lxml + - pip3 install git+https://github.com/frerich/clcache.git@cae73d8255d78db8ba11e23c51fd2c9a89e7475b before_script: - clcache -s after_script: -- cgit v1.2.3