Skip to content

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 7b12788 commit a40eb12
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
script:
- true
after_success:
Expand Down

0 comments on commit a40eb12

Please sign in to comment.