Skip to content

Commit ac708bd

Browse files
Install Python3 venv
1 parent e124acd commit ac708bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +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
3940
- python3 -m venv ~/venv
4041
- source ~/venv/bin/activate
4142
deploy:

0 commit comments

Comments
 (0)