Skip to content

Commit 91bc824

Browse files
Sudo install Python3 venv
1 parent ca57a50 commit 91bc824

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)