Update runtime.txt

- Support python-2.7.10 runtime
This commit is contained in:
stepmr 2015-12-11 17:42:30 -08:00
parent ae0a2b82ba
commit a588d804f7

View File

@ -1,3 +1,5 @@
{% if cookiecutter.use_python2 == 'n' -%}
python-3.5.1
{% else %}
python-2.7.10
{%- endif %}