re-enable pylint on CI

This commit is contained in:
Lex Berezhny 2020-01-03 01:50:16 -05:00
parent ff59619af4
commit 87e2d2c7b0

View file

@ -5,11 +5,11 @@ python: "3.7"
jobs:
include:
# - stage: code quality
# name: "pylint & mypy"
# install:
# - make install tools
# script: make lint
- stage: code quality
name: "pylint & mypy"
install:
- make install tools
script: make lint
- stage: test
name: "Unit Tests"