Skip to content

Commit

Permalink
Newer Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
super3 committed May 30, 2015
1 parent d651556 commit 582e4b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ install:

before_script:
- python dataserv/app.py &
- touch dataserv.db
- touch dataserv_test.db
- touch dataserv/dataserv.db
- touch dataserv/dataserv_test.db

Expand Down
2 changes: 1 addition & 1 deletion dataserv/Farmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from flask.ext.sqlalchemy import SQLAlchemy

app = Flask(__name__)
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///C:/db/dataserv.db'
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///dataserv.db'
db = SQLAlchemy(app)


Expand Down

0 comments on commit 582e4b1

Please sign in to comment.