We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd1165 commit e124acdCopy full SHA for e124acd
1 file changed
.travis.yml
@@ -33,7 +33,11 @@ after_success:
33
- md5sum ${PKG_RELEASE_EL7} > ${PKG_RELEASE_EL7}.md5 && md5sum --check ${PKG_RELEASE_EL7}.md5
34
- md5sum ${PKG_RELEASE_1404} > ${PKG_RELEASE_1404}.md5 && md5sum --check ${PKG_RELEASE_1404}.md5
35
36
-before_deploy: PKG_VERSION=$(python -c "import f5; print(f5.__version__)")
+before_deploy:
37
+ - PKG_VERSION=$(python -c "import f5; print(f5.__version__)")
38
+ # Workaround https://github.com/travis-ci/dpl/issues/1235
39
+ - python3 -m venv ~/venv
40
+ - source ~/venv/bin/activate
41
deploy:
42
- provider: pypi
43
user: $PYPI_USER
0 commit comments