From 21989c9702ef433a3bea7c59c55ec66ba341e06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 6 Jan 2020 17:28:19 +0100 Subject: [PATCH] travis: Print out the install dir of the 3.8 python version under mac. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 14c4d23..1195f51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,6 +51,7 @@ jobs: install: - pyenv install --list - pyenv install 3.8.0 + - ls /Users/travis/.pyenv/versions/3.8.0 - pip3 install -U maturin pytest - maturin list-python - cargo build