Re: [Qemu-devel] [PATCH v7 3/3] Travis support for the acceptance tests

2018-10-18 Thread Philippe Mathieu-Daudé
On 18/10/2018 17:31, Cleber Rosa wrote: > This enables the execution of the acceptance tests on Travis. > > Because the Travis environment is based on Ubuntu Trusty, it requires > the python3-pip and python3.4-venv packages. > > Signed-off-by: Cleber Rosa > Tested-by: Philippe Mathieu-Daudé > R

[Qemu-devel] [PATCH v7 3/3] Travis support for the acceptance tests

2018-10-18 Thread Cleber Rosa
This enables the execution of the acceptance tests on Travis. Because the Travis environment is based on Ubuntu Trusty, it requires the python3-pip and python3.4-venv packages. Signed-off-by: Cleber Rosa Tested-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée Acked-by: Stefan Hajnoczi Acke