Skip to content

Commit 7503bde

Browse files
committed
Update the deploy scripts
1 parent 473f13e commit 7503bde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_install:
1818
install:
1919
- "pip install --upgrade pip"
2020
- "pip install -r requirements.txt --upgrade"
21-
- "python setup.py develop"
21+
- "python setup.py install"
2222
- "sudo rm -f /etc/boto.cfg"
2323
before_script:
2424
- "flake8 --exclude=temp"

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- script: python -m pip install --upgrade pip && pip install -r requirements.txt
3131
displayName: 'Install dependencies'
3232

33-
- script: python setup.py develop
33+
- script: python setup.py install
3434
displayName: 'Install SeleniumBase'
3535

3636
- script: |

0 commit comments

Comments
 (0)