From 0dfa46d38b43b2bfe7017a9958a0a03b4454d914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 6 Jan 2020 17:36:45 +0100 Subject: [PATCH] travis: Add the locally installed python 3.8 to the PATH. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1195f51..6cba404 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,8 @@ jobs: install: - pyenv install --list - pyenv install 3.8.0 - - ls /Users/travis/.pyenv/versions/3.8.0 + - ls /Users/travis/.pyenv/versions/3.8.0/bin + - export PATH=/Users/travis/.pyenv/versions/3.8.0/bin:$PATH - pip3 install -U maturin pytest - maturin list-python - cargo build