Update Azure Pipelines

This commit is contained in:
Michael Mintz 2019-04-26 07:10:37 -04:00
parent 42529194de
commit 0907cf0197
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ jobs:
- script: python -m pip install --upgrade pip && pip install -r requirements.txt
displayName: 'Install dependencies'
- script: python setup.py develop
displayName: 'Install SeleniumBase'
- script: |
sudo apt install google-chrome-stable
sudo apt-get install firefox