From 5ffff44c13e8305597a131693dead3a642fc0170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 6 Jan 2020 17:12:41 +0100 Subject: [PATCH] travis: List the available python versions. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c937db5..d337bc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,7 @@ jobs: osx_image: xcode11.3 language: rust install: + - pyenv install --list - pyenv install 3.8.1 - pip3 install -U maturin pytest - maturin list-python