diff --git a/appfile.yaml b/appfile.yaml new file mode 100644 index 0000000..0352c06 --- /dev/null +++ b/appfile.yaml @@ -0,0 +1,12 @@ +version: 1 +name: python-sample-app +description: Sample Python web app. +language_pack: python27 +source: + repository: https://github.com/rackspace-solum-samples/solum-python-sample-app.git + revision: master +workflow_config: + test_cmd: pip install -r test-requirements.txt; pep8 app.py + run_cmd: python app.py +ports: + - 80