From 8c9587bbffcdd6a3635c7e268ca47413aeff9350 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Tue, 12 May 2015 21:34:27 -0400 Subject: [PATCH] Add codeclimate config --- .codeclimate.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..cce022a --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,5 @@ +languages: + Python: true +exclude_paths: + - docs/* + - tests/*