We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 037c42e + 264e71b commit dbd1165Copy full SHA for dbd1165
1 file changed
.travis.yml
@@ -3,12 +3,11 @@ 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"
11
- - PKG_VERSION="$(python -c 'import f5; print(f5.__version__)')"
+ - 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