This commit is contained in:
Atul Bagga 2020-01-14 14:49:37 +05:30
Родитель f6e78d92c6
Коммит b9dba091fb
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1,8 +1,6 @@
steps:
- script: python -m pip install --upgrade pip
displayName: 'Upgrade pip'
- script: pip fix-user-path
displayName: 'Fix to add user directory to python path'
- script: pip install wheel==0.30.0
displayName: 'Install Wheel'
- script: pip install pytest==4.6.6
@ -10,4 +8,6 @@ steps:
- script: pip install coverage
displayName: 'Install coverage'
- script: pip install pytest-cov
displayName: 'Install pytest-cov'
displayName: 'Install pytest-cov'
- script: export PYTHONPATH="${PYTHONPATH}:~/.local/bin"
displayName: 'Fix pip install path'