We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 119d574 + 187ae33 commit b9ae159Copy full SHA for b9ae159
1 file changed
.travis.yml
@@ -3,11 +3,12 @@ python:
3
- 2.7
4
- 3.5
5
- 3.6
6
+dist: focal
7
sudo: true
8
env:
9
global:
10
- DIST_REPO="f5-sdk-dist"
- - PKG_VERSION=$(python -c "import f5; print f5.__version__")
11
+ - PKG_VERSION="$(python -c 'import f5; print(f5.__version__)')"
12
- PKG_RELEASE=$(python ${DIST_REPO}/scripts/get-version-release.py --release)
13
- PKG_RELEASE_EL7=${DIST_REPO}/rpms/build/f5-sdk-${PKG_VERSION}-${PKG_RELEASE}.el7.noarch.rpm
14
- PKG_RELEASE_1404=${DIST_REPO}/deb_dist/python-f5-sdk_${PKG_VERSION}-${PKG_RELEASE}_1404_all.deb
0 commit comments