Re: [PATCH] .travis.yml: Drop superfluous use of --python=python3 parameter

2020-01-27 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > As we require Python3 since commit ddf9069963, we don't need to > explicit it with the --python=/usr/bin/python3 configure option. > > Reported-by: Thomas Huth > Signed-off-by: Philippe Mathieu-Daudé Queued to testing/next, thanks. > --- > Cc: Wainer dos San

Re: [PATCH] .travis.yml: Drop superfluous use of --python=python3 parameter

2020-01-27 Thread Wainer dos Santos Moschetta
On 1/25/20 4:42 PM, Philippe Mathieu-Daudé wrote: As we require Python3 since commit ddf9069963, we don't need to explicit it with the --python=/usr/bin/python3 configure option. Reported-by: Thomas Huth Signed-off-by: Philippe Mathieu-Daudé --- Cc: Wainer dos Santos Moschetta Cc: Eduardo H

[PATCH] .travis.yml: Drop superfluous use of --python=python3 parameter

2020-01-25 Thread Philippe Mathieu-Daudé
As we require Python3 since commit ddf9069963, we don't need to explicit it with the --python=/usr/bin/python3 configure option. Reported-by: Thomas Huth Signed-off-by: Philippe Mathieu-Daudé --- Cc: Wainer dos Santos Moschetta Cc: Eduardo Habkost Cc: Cleber Rosa --- .travis.yml | 2 +- 1 fi