From 9372386f6b49e0e654caa2de940d9ac9d5c80d22 Mon Sep 17 00:00:00 2001 From: Alexey Rogachevskiy Date: Wed, 9 Sep 2020 21:44:36 +0300 Subject: [PATCH] builder/test: Use Python3 interpreter for ROS tests TODO (?): add tests for Python2? --- builder/test/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/test/tests.py b/builder/test/tests.py index 4d307801..9d92b92f 100755 --- a/builder/test/tests.py +++ b/builder/test/tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # validate all required modules installed