added missing anybadge import

This commit is contained in:
checktheroads 2019-06-17 01:02:39 -07:00
parent 6bb84eee77
commit 90a5aceb21

View file

@ -11,6 +11,7 @@ install:
- pip3 install -r requirements.txt
before_script:
# - git remote add origin git@github.com/checktheroads/hyperglass.git > /dev/null 2>&1
- pip3 install anybadge
- sh ./tests/check_code.sh
- python3 ./tests/ci_prepare.py
script: