diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..134405d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,28 @@ +language: python +python: + - "3.6" +notifications: + slack: ibm-research:bLcRT4dofYlBUocjPBvlxO9p + email: + recipients: + - tidhamecha@in.ibm.com + on_success: always + on_failure: always + +before_install: + - echo -e "machine github.com\n login $GITHUB_TOKEN" >> ~/.netrc + +script: + - echo "skipping tests" +# - py.test -s # or py.test for Python versions 3.5 and below + +deploy: +- provider: cloudfoundry + username: apikey + password: $apikey + api: https://api.eu-gb.bluemix.net + organization: manojathreya13@gmail.com + space: dev + manifest: manifest.yml + on: + branch: develop diff --git a/.travis0.yml b/.travis0.yml new file mode 100644 index 0000000..64ebfe1 --- /dev/null +++ b/.travis0.yml @@ -0,0 +1,10 @@ +language: python +python: + - "3.6" + +before_install: + - echo -e "machine github.com\n login $GITHUB_TOKEN" >> ~/.netrc + +script: + - echo "skipping tests" +# - py.test -s # or py.test for Python versions 3.5 and belo \ No newline at end of file diff --git a/.travis1.yml b/.travis1.yml new file mode 100644 index 0000000..75d0961 --- /dev/null +++ b/.travis1.yml @@ -0,0 +1,16 @@ +language: python +python: + - "3.6" +notifications: + email: + recipients: + - tidhamecha@in.ibm.com + on_success: always + on_failure: always + +before_install: + - echo -e "machine github.com\n login $GITHUB_TOKEN" >> ~/.netrc + +script: + - echo "skipping tests" +# - py.test -s # or py.test for Python versions 3.5 and belo \ No newline at end of file diff --git a/.travis2.yml b/.travis2.yml new file mode 100644 index 0000000..a265546 --- /dev/null +++ b/.travis2.yml @@ -0,0 +1,17 @@ +language: python +python: + - "3.6" +notifications: + slack: ibm-research:bLcRT4dofYlBUocjPBvlxO9p + email: + recipients: + - tidhamecha@in.ibm.com + on_success: always + on_failure: always + +before_install: + - echo -e "machine github.com\n login $GITHUB_TOKEN" >> ~/.netrc + +script: + - echo "skipping tests" +# - py.test -s # or py.test for Python versions 3.5 and below \ No newline at end of file diff --git a/.travis3.yml b/.travis3.yml new file mode 100644 index 0000000..134405d --- /dev/null +++ b/.travis3.yml @@ -0,0 +1,28 @@ +language: python +python: + - "3.6" +notifications: + slack: ibm-research:bLcRT4dofYlBUocjPBvlxO9p + email: + recipients: + - tidhamecha@in.ibm.com + on_success: always + on_failure: always + +before_install: + - echo -e "machine github.com\n login $GITHUB_TOKEN" >> ~/.netrc + +script: + - echo "skipping tests" +# - py.test -s # or py.test for Python versions 3.5 and below + +deploy: +- provider: cloudfoundry + username: apikey + password: $apikey + api: https://api.eu-gb.bluemix.net + organization: manojathreya13@gmail.com + space: dev + manifest: manifest.yml + on: + branch: develop diff --git a/manifest.yml b/manifest.yml index 5f4c568..a6480e7 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,5 +1,5 @@ --- applications: - - name: GetStartedPython + - name: test hosting random-route: true memory: 128M diff --git a/static/index.html b/static/index.html index 347e9cc..29f37d8 100644 --- a/static/index.html +++ b/static/index.html @@ -27,11 +27,11 @@ $( document ).ready(function() { $.i18n().load( { en: { - "welcome": "Welcome.", + "namaste": "Namaste", "name": "name", "what_is_your_name": "What is your name?", "hello": "Hello $1", - "added_to_database": "Hello $1, I've added you to the database!", + "added_to_database": "Namaste $1, I've added you to the database!", "database_contents": "Database contents: " }, ja: { @@ -52,7 +52,7 @@