delfick / bespin

Opinionated wrapper around boto that reads yaml
MIT License
6 stars 8 forks source link

Correctly obtain outputs from template #85

Closed atward closed 7 years ago

atward commented 7 years ago

Relates #83

Corrected ability to obtain/resolve values when using yaml templates.

atward commented 7 years ago

Are we retaining support for py2.6? https://pypi.python.org/pypi/ordereddict

delfick commented 7 years ago

personally I don't see much point in supporting python2.6 in Bespin.

atward commented 7 years ago

I gave it a shot. That syntax is only valid post ~v20.8 or something of setup As it's a python file I could do sys.version_info and join the install_requires list with a list of additional requires.

delfick commented 7 years ago

Easier just to remove python2.6 from the tox.ini and .travis.yml