Merge pull request #440 from stepmr/patch-1

Update runtime.txt with PY2 support
This commit is contained in:
Daniel Roy Greenfeld 2015-12-13 09:35:46 -08:00
commit afc94ccbdb

View File

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