dist: xenial language: python python: - "3.7" cache: pip install: - pip install pipenv - pipenv install script: - gitlint - python tests.py