Skip to content

Commit

Permalink
Merge pull request #8 from YangVincent/vincent
Browse files Browse the repository at this point in the history
updated filenames for procfile
  • Loading branch information
Vincent Yang authored Jul 11, 2016
2 parents 24798ac + bd12651 commit e72f392
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ deploy:
on:
repo: YangVincent/yelp-and-chill
branch: vincent
run: "web: gunicorn run:app --log-file -"
run: "web: gunicorn yelp-and-chill:app --log-file -"

2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn run:app --log-file -
web: gunicorn yelp_and_chill:app --log-file -
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ As such, there are two main features to this program:
2. Randomly choose an option to combat group indecision when choosing a place to go

####Usage Instructions
During development, only verified numbers can receive messages. These can be checked and modified [here](https://www.twilio.com/user/account/phone-numbers/verified).
Further information can be found [here](https://www.twilio.com/user/account/log/notifications).

Currently, verified numbers can message `+16503977854` via. SMS. If the message is from a registered number, the response will greet by name.
Text `usage` to `+16503977854` to see how to use the application.

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ gunicorn==19.6.0
Flask==0.11.1
twilio==5.4.0
yelp==1.0.2
nose==1.3.7
2 changes: 1 addition & 1 deletion test_app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import unittest
from app import app
from yelp_and_chill import app

class TestYelpAndChill(unittest.TestCase):
def test_yelp_and_chill(self):
Expand Down
File renamed without changes.

0 comments on commit e72f392

Please sign in to comment.