From 976546190dee45b57563de81a7db855e2fb0959e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Tue, 20 Dec 2016 13:51:24 +0100
Subject: [PATCH] reqs

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 6a9fd08..7a2b84b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,5 +10,6 @@ script:
 install:
  - pip install coverage
  - pip install codeclimate-test-reporter
+ - pip install -r requirements.txt
 after_success:
  - CODECLIMATE_REPO_TOKEN=e8e05973a6c49139de5f98013cd285f9238b78d20f053f37f6e7deeab2c2c52f codeclimate-test-reporter
-- 
GitLab