travis: Use python 3.8.0 for macos, 3.8.1 isn't available.
parent
5ffff44c13
commit
cdf0c3d7b1
|
@ -50,7 +50,7 @@ jobs:
|
||||||
language: rust
|
language: rust
|
||||||
install:
|
install:
|
||||||
- pyenv install --list
|
- pyenv install --list
|
||||||
- pyenv install 3.8.1
|
- pyenv install 3.8.0
|
||||||
- pip3 install -U maturin pytest
|
- pip3 install -U maturin pytest
|
||||||
- maturin list-python
|
- maturin list-python
|
||||||
- cargo build
|
- cargo build
|
||||||
|
|
Loading…
Reference in New Issue