mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix python 3.6 install.
This commit is contained in:
parent
960be799fd
commit
203e375449
2 changed files with 6 additions and 3 deletions
|
@ -3,14 +3,17 @@
|
|||
set -o pipefail
|
||||
|
||||
add-apt-repository 'deb http://archive.ubuntu.com/ubuntu trusty-backports universe'
|
||||
add-apt-repository 'ppa:ubuntu-toolchain-r/test'
|
||||
add-apt-repository 'ppa:fkrull/deadsnakes'
|
||||
add-apt-repository 'ppa:jonathonf/python-3.6'
|
||||
|
||||
apt-get update -qq
|
||||
apt-get install -qq \
|
||||
shellcheck \
|
||||
python2.4 \
|
||||
python3.6 \
|
||||
g++-4.9 \
|
||||
python3.6-dev \
|
||||
|
||||
ln -sf x86_64-linux-gnu-gcc-4.9 /usr/bin/x86_64-linux-gnu-gcc
|
||||
|
||||
pip install tox --disable-pip-version-check
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
set -o pipefail
|
||||
|
||||
add-apt-repository 'ppa:ubuntu-toolchain-r/test'
|
||||
add-apt-repository 'ppa:jonathonf/python-3.6'
|
||||
add-apt-repository 'ppa:fkrull/deadsnakes'
|
||||
|
||||
apt-get update -qq
|
||||
apt-get install -qq \
|
||||
|
|
Loading…
Reference in a new issue