Since commit aa983ff67c3, Travis CI runs acceptance tests using the Avocado framework. Since Avocado requires Python 3, update our Docker image to be able to run these tests locally.
Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> --- tests/docker/dockerfiles/travis.docker | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/docker/dockerfiles/travis.docker b/tests/docker/dockerfiles/travis.docker index 35714664a1..b5c5036534 100644 --- a/tests/docker/dockerfiles/travis.docker +++ b/tests/docker/dockerfiles/travis.docker @@ -13,6 +13,8 @@ RUN apt-get -y install \ lsof \ net-tools \ python2.7 \ + python3-pip \ + python3.5-venv \ python-yaml # Travis tools require PhantomJS / Neo4j / Maven accessible # in their PATH (QEMU build won't access them). -- 2.20.1