aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-06-15 23:59:08 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2020-06-16 09:29:06 +0000
commitdd37b75d9a8a1b9b32de8bfbaacbf8e2e2458e2e (patch)
tree5890ebf507a313a50b077577208bdbd34c376a8d
parent30d89415610dddca9c4c32a8a618424048ecb9cd (diff)
Change the order of pip packages on Windows
This somehow fixes the SSL error Change-Id: I19d0d03eebc5247af1abcfb6e2b704cec662df26 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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: