From be23ff5d290c1a02673de26d236549e1fd54ba32 Mon Sep 17 00:00:00 2001 From: leandrotoledo Date: Fri, 4 Sep 2015 18:35:35 -0300 Subject: [PATCH] Fix codeclimate --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 4c07ea351..7d2744c45 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -2,4 +2,4 @@ languages: Python: true exclude_paths: - "telegram/emoji.py" -- "test/*" +- "tests/*"