CI: add python dependency six

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2019-03-15 08:37:04 +09:00
parent 80a023f431
commit f80815f574
2 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
variables:
qtversion: 5.12.1
pydepends: requests six
jobs:
- job: Ubuntu_1604_py3
@@ -12,7 +13,7 @@ jobs:
versionSpec: '3.6'
architecture: 'x64'
- script: |
python -m pip install requests
python -m pip install $(pydepends)
python -m pip install flake8 twine wheel
flake8 .
displayName: 'Run lint tests'
@@ -42,7 +43,7 @@ jobs:
- script: |
sudo apt-get update
sudo apt-get -y install p7zip
python -m pip install requests
python -m pip install $(pydepends)
- task: PythonScript@0
inputs:
scriptSource: filePath
@@ -65,7 +66,7 @@ jobs:
architecture: 'x64'
- script: |
brew install p7zip
python -m pip install requests
python -m pip install $(pydepends)
- task: PythonScript@0
inputs:
scriptSource: filePath
@@ -88,7 +89,7 @@ jobs:
architecture: 'x64'
- script: |
cinst -y 7zip
python -m pip install requests
python -m pip install $(pydepends)
- task: PythonScript@0
inputs:
scriptSource: filePath