From 1eeb7fe30c65f0af44d62b67c84e06674110b2a8 Mon Sep 17 00:00:00 2001 From: enkore Date: Wed, 17 Dec 2014 22:51:02 +0100 Subject: [PATCH] ci-build.sh: output version information --- ci-build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci-build.sh b/ci-build.sh index 148d474..4c0c455 100755 --- a/ci-build.sh +++ b/ci-build.sh @@ -1,5 +1,9 @@ #!/bin/bash -xe +python3 --version +py.test --version +pep8 --version + # Target directory for all build files BUILD=${1:-ci-build} mkdir -p $BUILD