We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c6c38 commit 815f80dCopy full SHA for 815f80d
.travis.yml
@@ -26,7 +26,7 @@ matrix:
26
- language: cpp
27
os: osx
28
env:
29
- - PYTHON=3.7.9
+ - PYTHON=3.7.8
30
- python: 3.7.9
31
32
@@ -63,6 +63,7 @@ before_install:
63
# virtualenv doesn't work without pyenv knowledge. venv in Python 3.3
64
# doesn't provide Pip by default. So, use `pyenv-virtualenv <https://github.com/yyuu/pyenv-virtualenv/blob/master/README.md>`_.
65
brew install pyenv-virtualenv
66
+ pyenv install --list | grep "3.7"
67
pyenv install $PYTHON
68
# I would expect something like ``pyenv init; pyenv local $PYTHON`` or
69
# ``pyenv shell $PYTHON`` would work, but ``pyenv init`` doesn't seem to
0 commit comments