Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Use my python3 fork of cfn_resource
Browse files Browse the repository at this point in the history
this pip issue was not helpful in solving this.
pypa/setuptools#392
  • Loading branch information
tmclaugh committed Jun 16, 2017
1 parent d950be3 commit 6dba8a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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 -O cfn_resource.py
script:
- true
after_success:
Expand Down

0 comments on commit 6dba8a2

Please sign in to comment.