changeset 43013 | 3aa227feffbe |
parent 43012 | 136c2536d83f |
child 43014 | cbd94ee3a72e |
43012:136c2536d83f | 43013:3aa227feffbe |
---|---|
20 |
20 |
21 # Linux distributions that are supported. |
21 # Linux distributions that are supported. |
22 DISTROS = { |
22 DISTROS = { |
23 'debian9', |
23 'debian9', |
24 'ubuntu18.04', |
24 'ubuntu18.04', |
25 'ubuntu18.10', |
|
26 'ubuntu19.04', |
25 'ubuntu19.04', |
27 } |
26 } |
28 |
27 |
29 INSTALL_PYTHONS = r''' |
28 INSTALL_PYTHONS = r''' |
30 PYENV2_VERSIONS="2.7.16 pypy2.7-7.1.1" |
29 PYENV2_VERSIONS="2.7.16 pypy2.7-7.1.1" |