From ec5723b926ddf5fd7d6b0dcd940318381a7ab65f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 29 Apr 2020 15:27:05 +0300 Subject: [PATCH] ci/test.sh: add `python --version` --- ci/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test.sh b/ci/test.sh index 4e4d5fbf3..1eef900cb 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -5,4 +5,5 @@ set -e echo "Running unit tests..." source activate hosts +python --version python testUpdateHostsFile.py