aws-samples/cookiecutter-aws-sam-pipeline

[Feat] Fix and enable Travis

Closed this issue · 1 comments

Travis isn't currently working due to permission issues with cookiecutter in their environment.

After some discovery any version above Python 3.4 will fail no matter what we do, so this issue is to:

  • Enable tests for Python 2.7 and 3.4 only
  • Test cookiecutter baking project generation
  • Lint tests against pipeline generated

Build is now passing and resolving this as the work has been completed