From 1ec5a1613fde4b13f6b8a8bb2e20160f35906c91 Mon Sep 17 00:00:00 2001
From: Steven Loria <sloria1@gmail.com>
Date: Mon, 1 Dec 2014 00:24:09 -0600
Subject: [PATCH] Need to install cookiecutter on Travis

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

diff --git a/.travis.yml b/.travis.yml
index 454acf59..158f7e01 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
   - 3.3
   - 3.4
 install:
+  - pip install cookiecutter
   - pip install invoke==0.9.0
 script:
   - invoke test
-- 
GitLab