From 9f82dccf0c102012ba8fa902453171f873767853 Mon Sep 17 00:00:00 2001 From: Chirag Nagpal Date: Thu, 29 Oct 2020 03:01:07 -0400 Subject: [PATCH] modified: ../.travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 536a3d6..1f74dbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ install: # command to run tests script: - python -m pytest tests/ - - pylint dsm/ + - pylint --fail-under=9 dsm/