Skip to content

Commit 119d574

Browse files
Merge pull request #1592 from zhaoqin-github/v3.0.11.2
Sudo install Python3 venv
2 parents ca57a50 + 91bc824 commit 119d574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ after_success:
3636
before_deploy:
3737
- PKG_VERSION=$(python -c "import f5; print(f5.__version__)")
3838
# Workaround https://github.com/travis-ci/dpl/issues/1235
39-
- apt-get install -y python3-venv
39+
- sudo apt-get install -y python3-venv
4040
- python3 -m venv ~/venv
4141
- source ~/venv/bin/activate
4242
deploy:

0 commit comments

Comments
 (0)