travis: Use python 3.8.0 for macos, 3.8.1 isn't available.

master
Damir Jelić 2020-01-06 17:18:32 +01:00
parent 5ffff44c13
commit cdf0c3d7b1
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
language: rust
install:
- pyenv install --list
- pyenv install 3.8.1
- pyenv install 3.8.0
- pip3 install -U maturin pytest
- maturin list-python
- cargo build