From a2102f0adec55efa3d05ff4ca939f650fbef2fdf Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 24 Jan 2017 17:09:56 +0200
Subject: [PATCH] - Added pre-commit test.

---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 34c476c..b646657 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,9 +13,10 @@ matrix:
     - python: "3.2"
 
 install:
-  - pip install tox-travis
+  - pip install tox-travis pre-commit
 
 script:
+  - pre-commit run --all-files
   - tox
 
 notifications:
-- 
GitLab