aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/apt_get_pyenv.include
Commit message (Collapse)AuthorAge
* Install Python 3.7 in pyenv DockerfileGravatar Mehrdad Afshari2018-06-01
| | | | | | | Bump pyenv Dockerfile to Debian stretch to install OpenSSL 1.0.2 which is required to build Python 3.7 and get Python 3.7 installed in the test docker image.
* Fix pyenv dockerfileGravatar Matt Kwong2017-03-08
|
* Add PyPy 5.3.1 to dockerfile and templateGravatar siddharthshukla2016-08-17
|
* Enable py35 and py36 testingGravatar siddharthshukla2016-07-11
Add dockerfile template for python_pyenv_x64 docker image Generate the dockerfile using generate_projects.sh Modify run_tests.py to include python3.5 and python3.6 Runs python_jessie_x64 for python versions 2.7 and 3.4, and python_pyenv_x64 for python versions 3.5 and 3.6