diff --git a/template/python2.7/Dockerfile b/template/python27/Dockerfile similarity index 100% rename from template/python2.7/Dockerfile rename to template/python27/Dockerfile diff --git a/template/python2.7/function/handler.py b/template/python27/function/handler.py similarity index 100% rename from template/python2.7/function/handler.py rename to template/python27/function/handler.py diff --git a/template/python2.7/function/requirements.txt b/template/python27/function/requirements.txt similarity index 100% rename from template/python2.7/function/requirements.txt rename to template/python27/function/requirements.txt diff --git a/template/python2.7/index.py b/template/python27/index.py similarity index 100% rename from template/python2.7/index.py rename to template/python27/index.py diff --git a/template/python2.7/requirements.txt b/template/python27/requirements.txt similarity index 100% rename from template/python2.7/requirements.txt rename to template/python27/requirements.txt diff --git a/template/python2.7/template.yml b/template/python27/template.yml similarity index 96% rename from template/python2.7/template.yml rename to template/python27/template.yml index e78e92c2..55027337 100644 --- a/template/python2.7/template.yml +++ b/template/python27/template.yml @@ -1,4 +1,4 @@ -language: python +language: python27 fprocess: python index.py build_options: - name: dev