Added git git fetch to CI build

This commit is contained in:
checktheroads 2019-06-18 13:56:37 -07:00
parent d9b566c30c
commit 582476d2be

View file

@ -13,6 +13,7 @@ install:
before_script:
- pip3 install -r ./tests/requirements_dev.txt
- pip3 install anybadge
- git fetch
- git checkout master
- black hyperglass
- python3 ./manage.py pylint-badge --integer-only True