Skip to content

Commit

Permalink
updated procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Yang authored and Vincent Yang committed Jul 11, 2016
1 parent a7d6710 commit bd12651
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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 app: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 app:app --log-file -
web: gunicorn yelp_and_chill:app --log-file -
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 bd12651

Please sign in to comment.