travis: List the available python versions.
parent
096baecaed
commit
5ffff44c13
|
@ -49,6 +49,7 @@ jobs:
|
||||||
osx_image: xcode11.3
|
osx_image: xcode11.3
|
||||||
language: rust
|
language: rust
|
||||||
install:
|
install:
|
||||||
|
- pyenv install --list
|
||||||
- pyenv install 3.8.1
|
- pyenv install 3.8.1
|
||||||
- pip3 install -U maturin pytest
|
- pip3 install -U maturin pytest
|
||||||
- maturin list-python
|
- maturin list-python
|
||||||
|
|
Loading…
Reference in New Issue