This commit is contained in:
Jianjie Liu (MAIDAP) 2021-01-26 15:15:53 -05:00
Родитель 1cbe5ad49e
Коммит b9e40a4511
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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)