Added preliminar support for Docker containers

This commit is contained in:
Marc Aymerich 2015-09-30 16:32:17 +00:00
parent 6ef3212007
commit 38622505f1
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
set -u
set -e
bold=$(tput bold)
normal=$(tput sgr0)
bold=$(tput -T ${TERM:-xterm} bold)
normal=$(tput -T ${TERM:-xterm} sgr0)
PYTHON_BIN='python3'