From 03d6b72a0089430d14296aca9601112bd705165b Mon Sep 17 00:00:00 2001 From: taoufik07 Date: Tue, 19 Feb 2019 13:34:02 +0100 Subject: [PATCH] Add linting checks to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1331ca5..250650f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,4 @@ install: # command to run the dependencies script: - "pytest" + - "black responder tests setup.py --check"