From a40eb12df221ca1560188418f752bf8c89196903 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Fri, 16 Jun 2017 14:55:38 -0400 Subject: [PATCH] Use my python3 fork of cfn_resource this pip issue was not helpful in solving this. https://github.com/pypa/setuptools/issues/392 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6dac710..3a66cdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ language: python python: - '3.6' -install: pip install -r requirements.txt -t . +install: +- pip install -r requirements.txt -t . +- wget https://raw.githubusercontent.com/tmclaugh/cfn-wrapper-python/python3/cfn_resource.py script: - true after_success: