From 5ef31b9cdea2f9db978c4fc157e14a321208aeee Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 22 Nov 2016 13:53:47 +0200
Subject: [PATCH] - Correct pip install.

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

diff --git a/.travis.yml b/.travis.yml
index 4f11299..b5a186a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ python: "2.7"
 sudo: false
 
 install:
-  - pip install -r tests/requirements.yml
+  - pip install -r tests/requirements.txt
   - ansible-galaxy install git+file://$(pwd),$(git rev-parse --abbrev-ref HEAD) -p .molecule/roles
   - molecule dependency
 
-- 
GitLab