config.sh/custom.sh: Sync with template

This commit is contained in:
Till Maas 2020-04-08 11:52:52 +02:00
parent 92519644ba
commit b9e19fb2be
2 changed files with 6 additions and 7 deletions

View file

@ -33,10 +33,16 @@
# - RUN_BLACK_INCLUDE
# - RUN_BLACK_EXCLUDE
# - RUN_BLACK_DISABLED
# - RUN_BLACK_EXTRA_ARGS
#
# * .travis/runflake8.sh:
#
# - RUN_FLAKE8_DISABLED
# - RUN_FLAKE8_EXTRA_ARGS
#
# * .travis/runsyspycmd.sh:
#
# - function lsr_runsyspycmd_hook
#
# * .travis/runpytest.sh:
#

View file

@ -1,17 +1,10 @@
#!/bin/bash
# SPDX-License-Identifier: MIT
# This script is executed with two arguments passed to it:
#
# $1 - path to environment python (python used inside virtual environment
# created by tox)
# $2 - path to system python (python 3.x installed on the system)
set -e
ME=$(basename $0)
SCRIPTDIR=$(readlink -f $(dirname $0))
TOPDIR=$(readlink -f ${SCRIPTDIR}/..)
. ${SCRIPTDIR}/utils.sh
. ${SCRIPTDIR}/config.sh