From 6a5e29bebaf3978175b7cd40823c2a3abedbeb4f Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sun, 2 May 2021 16:43:12 +0300 Subject: [PATCH] Fix issues. --- .travis.yml | 1 - appveyor.yml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4bdc7f67..f62b08c87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,7 +83,6 @@ before_install: brew link qt --force; chmod -R 755 /usr/local/opt/qt/* fi - brew install python3; python3 --version; pip3 install dropbox; fi diff --git a/appveyor.yml b/appveyor.yml index 69a1c97c7..b5f329c25 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -197,8 +197,8 @@ init: - if "%QMAKE_GENERATOR%" == "NMake Makefiles JOM" set PATH=C:\Qt\Tools\QtCreator\bin;%PATH% - if "%DEPLOY%" == "true" set PATH="%PYTHON%;%PYTHON%\\Scripts\\;%PATH%" # Check that we have the expected version and architecture for Python - - "python --version" - - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" + - if "%DEPLOY%" == "true" "%PYTHON%\\python.exe --version" + - if "%DEPLOY%" == "true" "%PYTHON%\\python.exe -c \"import struct; print(struct.calcsize('P') * 8)\"" # Install the build dependencies of the project. - if "%DEPLOY%" == "true" "%PYTHON%\\python.exe -m pip install dropbox" # Set paths to libraries