From: Waldemar Kozaczuk <jwkozac...@gmail.com>
Committer: Waldemar Kozaczuk <jwkozac...@gmail.com>
Branch: master

travis: fix cirp publish to handle python multi-digit minor versions

Signed-off-by: Waldemar Kozaczuk <jwkozac...@gmail.com>

---
diff --git a/.travis/cirp/install.sh b/.travis/cirp/install.sh
--- a/.travis/cirp/install.sh
+++ b/.travis/cirp/install.sh
@@ -64,7 +64,7 @@ elif [ "$TRAVIS_OS_NAME" == "linux" ]; then
 
   # Install Python >=3.5 that has a non-zero patch version
   # (we assume the zero patch versions to be potentially buggier than desired)
-  pyenv global $(pyenv versions | grep -o ' 3\.[5-99]\.[1-99]' | tail -n1)
+  pyenv global $(pyenv versions | grep -o ' 3\.[5-99]\.[1-99]*' | tail -n1)
 fi
 
 python3 -m pip install --user --upgrade pip

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osv-dev/00000000000003add905eb296b66%40google.com.

Reply via email to