Skip to content

Commit 44cb156

Browse files
travis: Ensure Python 3.8 is used
1 parent cfa349d commit 44cb156

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ matrix:
126126
# TODO: remove next before_install, install and script clause when the wheels become available
127127
before_install:
128128
- pyenv global $(pyenv whence 2to3) # activate all python versions
129-
- PY_CMD=python3
129+
- PY_CMD=python3.8
130+
- $PY_CMD -m ensurepip --user
130131
- $PY_CMD -m pip install --user --upgrade pip wheel setuptools
131132
install:
132133
- $PY_CMD -m pip install --user --upgrade pytest

0 commit comments

Comments
 (0)