We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473f13e commit 7503bdeCopy full SHA for 7503bde
.travis.yml
@@ -18,7 +18,7 @@ before_install:
18
install:
19
- "pip install --upgrade pip"
20
- "pip install -r requirements.txt --upgrade"
21
- - "python setup.py develop"
+ - "python setup.py install"
22
- "sudo rm -f /etc/boto.cfg"
23
before_script:
24
- "flake8 --exclude=temp"
azure-pipelines.yml
@@ -30,7 +30,7 @@ jobs:
30
- script: python -m pip install --upgrade pip && pip install -r requirements.txt
31
displayName: 'Install dependencies'
32
33
- - script: python setup.py develop
+ - script: python setup.py install
34
displayName: 'Install SeleniumBase'
35
36
- script: |
0 commit comments