We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca57a50 + 91bc824 commit 119d574Copy full SHA for 119d574
1 file changed
.travis.yml
@@ -36,7 +36,7 @@ after_success:
36
before_deploy:
37
- PKG_VERSION=$(python -c "import f5; print(f5.__version__)")
38
# Workaround https://github.com/travis-ci/dpl/issues/1235
39
- - apt-get install -y python3-venv
+ - sudo apt-get install -y python3-venv
40
- python3 -m venv ~/venv
41
- source ~/venv/bin/activate
42
deploy:
0 commit comments