Skip to content
Snippets Groups Projects
.gitlab-ci.yml 197 B
Newer Older
check:
  before_script:
    - apt-get update && apt-get install -y python3 python3-pip
  script:
    - black . --check
    - python3 -m unittest discover -s finam -v