travis: Add the locally installed python 3.8 to the PATH.

master
Damir Jelić 2020-01-06 17:36:45 +01:00
parent 21989c9702
commit 0dfa46d38b
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ jobs:
install: install:
- pyenv install --list - pyenv install --list
- pyenv install 3.8.0 - 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 - pip3 install -U maturin pytest
- maturin list-python - maturin list-python
- cargo build - cargo build