ci-build.sh: output version information

This commit is contained in:
enkore 2014-12-17 22:51:02 +01:00
parent 735f244270
commit 1eeb7fe30c

View File

@ -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