Skip to content

[ADD] docker-odoo-image: Fix #144 installing py3.x versions to allow …

Created by: KarenKawaii

…the correctly use of tox

VX#5703

ToDo:

  • Include the commands of the following gist into the build-image.sh file
  • Make a local docker-odoo-image to test the changes building a new project image with t2d.
    • Make the test with the following commands:
pip install tox
git clone git@github.com:PyCQA/pylint.git
cd pylint
tox -e py27,py33,py34,py35
  • Add screenshot with the results.

Results

tox-e-py-3-x

py-versions

Merge request reports