diff --git a/.travis.yml b/.travis.yml index 21329b3..6567214 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: before_script: - pip3 install -r ./tests/requirements_dev.txt - pip3 install anybadge - - ./tests/ci_git_prep.sh + - . ./tests/ci_git_prep.sh - black hyperglass - python3 ./manage.py pylint-badge --integer-only True - ./tests/ci_git_commit.sh