зеркало из https://github.com/microsoft/genalog.git
Use tox in CI
This commit is contained in:
Родитель
1cbe5ad49e
Коммит
b9e40a4511
|
@ -43,12 +43,12 @@ steps:
|
|||
displayName: 'Install dependencies'
|
||||
|
||||
- bash: |
|
||||
python -m flake8
|
||||
tox -e flake8
|
||||
workingDirectory: $(Build.SourcesDirectory)
|
||||
displayName: 'Run Linter (flake8)'
|
||||
|
||||
- bash: |
|
||||
python -m pytest tests
|
||||
tox -e py
|
||||
env:
|
||||
BLOB_KEY : $(BLOB_KEY)
|
||||
SEARCH_SERVICE_KEY: $(SEARCH_SERVICE_KEY)
|
||||
|
|
Загрузка…
Ссылка в новой задаче