From 87e2d2c7b089d2dfcbdc725fa80f128a2f1f2eb0 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 3 Jan 2020 01:50:16 -0500 Subject: [PATCH] re-enable pylint on CI --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 21541a2cd..abc8e6341 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"