Skip to content

Commit

Permalink
Some small change (#37)
Browse files Browse the repository at this point in the history
* Some small change

* Deploy with python
  • Loading branch information
andrewgy8 authored May 16, 2019
1 parent e1e9ab5 commit bb4f3f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
24 changes: 11 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ install:
script:
- python setup.py test
- python setup.py flake8
jobs:
include:
- stage: deploy
python: "3.7"
install: skip
script: skip
deploy:
provider: pypi
user: andrewgy8
password:
secure: b2s0FaiH1QbxcQOpDhr5mLPXzeD8mAKai/SGOZyi8f6VoFmDXpdwomNlT+GcmIt+BvRYOolhFri0E5kL37kNrDgd9eR+L4om65xela4n8I7ZYgnU9cSoH30ayhYmJbtzpydH0Isx686mH/Bv31dPgbeOc6+Zeqe922P2MwtYQADBpcUJhr1TZXcdxgsCMsBeQVpaXkX1+kS7+yCBIw3MhsfcL5Y+ADu2XqwpiwTZB7+gsjgHrAeMlCBCQKG/eUipab0v9KE2DcB4VRU9wH2Lph/3zLn0TgKrbSR6LNaxGm7dCRODKcZgKUVfVdBl4gyVrqI52a7u7IGPrb05H7n4HZQI9WFV0vr4vZkO9NNKKBs69/8t9RLmcNLgjBw3isBgSfK74Vmr+za0oRQoZJTB9HDeE9pg4gaXyoYjlD40JYP9+hFIPzSKprVxklsYEwl1VIANYelbn7ImT+Tl63u/po+iesLO14zs2OPCXDBrhoL5MsqAa1muzsXWwbAywmkvoQBelWv+LksNpp5CpmB75pvnyZD5ewY5jRF8wAogmlESQIoXjM7cULhLrzbyYaIRbTytmpMfrRIqbthEz7YE4FerNzrLzRnfiEGcjk7pE8QRlQLRm3CpGb6iLgKYGjEG3bf19cNx8KezDevetBpQflgow6tKUYPppN3UAzlG0w8=
on:
tags: true

deploy:
install: skip
script: skip
provider: pypi
user: andrewgy8
password:
secure: b2s0FaiH1QbxcQOpDhr5mLPXzeD8mAKai/SGOZyi8f6VoFmDXpdwomNlT+GcmIt+BvRYOolhFri0E5kL37kNrDgd9eR+L4om65xela4n8I7ZYgnU9cSoH30ayhYmJbtzpydH0Isx686mH/Bv31dPgbeOc6+Zeqe922P2MwtYQADBpcUJhr1TZXcdxgsCMsBeQVpaXkX1+kS7+yCBIw3MhsfcL5Y+ADu2XqwpiwTZB7+gsjgHrAeMlCBCQKG/eUipab0v9KE2DcB4VRU9wH2Lph/3zLn0TgKrbSR6LNaxGm7dCRODKcZgKUVfVdBl4gyVrqI52a7u7IGPrb05H7n4HZQI9WFV0vr4vZkO9NNKKBs69/8t9RLmcNLgjBw3isBgSfK74Vmr+za0oRQoZJTB9HDeE9pg4gaXyoYjlD40JYP9+hFIPzSKprVxklsYEwl1VIANYelbn7ImT+Tl63u/po+iesLO14zs2OPCXDBrhoL5MsqAa1muzsXWwbAywmkvoQBelWv+LksNpp5CpmB75pvnyZD5ewY5jRF8wAogmlESQIoXjM7cULhLrzbyYaIRbTytmpMfrRIqbthEz7YE4FerNzrLzRnfiEGcjk7pE8QRlQLRm3CpGb6iLgKYGjEG3bf19cNx8KezDevetBpQflgow6tKUYPppN3UAzlG0w8=
on:
tags: true
python: "3.7"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ We recommend you read the full tutorial [here](https://medium.com/@andrew_32881/
A Google Action project will consist of two things:
1. [Dialogflow Intent](https://dialogflow.com/docs/intents)
1. A webhook to satisfy your users intent

To generate a "Hello World" webhook, run:

```bash
Expand Down

0 comments on commit bb4f3f2

Please sign in to comment.