Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
updates to include installing cfn-flip
Browse files Browse the repository at this point in the history
  • Loading branch information
scrthq committed Jul 8, 2017
1 parent c6523ed commit 8deb27c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ environment:
secure: Ocp1ATd6eZ0eY9+LfZ9Stp9/J1B5eFdBPMdaTRWVa4xh6/NV45ZBYtU5+eemrTWt
Coveralls:
secure: r4c1f5ysoobhV4DGF9zc18yl+buyh7LoV7kRr7aUFvrcjd7VFmj71EPN0Egs9gOQ
matrix:
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.8"
PYTHON_ARCH: "32"

# Allow WMF5 (i.e. PowerShellGallery functionality)
os: WMF 5
Expand All @@ -20,6 +24,12 @@ skip_commits:

build: false

init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"

install:
- "%PYTHON%/Scripts/pip.exe install cfn_flip"

#Kick off the CI/CD pipeline
test_script:
- ps: . .\ci\init.ps1
2 changes: 2 additions & 0 deletions ci/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ echo "+++++ awscli version:"
aws --version
echo "Upgrading awscli if needed"
pip3 install --user --upgrade awscli
echo "Installing awscli"
pip3 install cfn_flip


if [[ ! -r "$package" ]]; then
Expand Down

0 comments on commit 8deb27c

Please sign in to comment.