Skip to content

Commit 9469c4a

Browse files
committed
install python 3.9 python3.9-distutils
1 parent 9847898 commit 9469c4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
compiler: clang
7070
before_install:
7171
- sudo apt-get install clang-11 llvm-11-dev
72+
# Python 3.8.2 in Ubuntu LTS has ASan issues
73+
- sudo add-apt-repository -y ppa:deadsnakes/ppa
74+
- sudo apt-get update
75+
- sudo apt-get install python3.9 python3.9-dev python3.9-distutils
76+
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10
7277
# https://github.com/pypa/virtualenv/issues/1740
7378
# https://github.com/pypa/virtualenv/issues/1873
7479
- python -m pip install --user --upgrade pip

0 commit comments

Comments
 (0)