@@ -6,6 +6,7 @@ env:
|
|||||||
- PYTHONPATH='.'
|
- PYTHONPATH='.'
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
- master
|
||||||
- next
|
- next
|
||||||
install: pip install -r requirements.txt --use-mirrors
|
install: pip install -r requirements.txt --use-mirrors
|
||||||
script: python setup.py test --functional
|
script: python setup.py test --functional
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
from pecan import make_app
|
from pecan import make_app
|
||||||
from ${package} import model
|
from ${package} import model
|
||||||
|
|
||||||
|
|
||||||
def setup_app(config):
|
def setup_app(config):
|
||||||
|
|
||||||
model.init_model()
|
model.init_model()
|
||||||
|
|||||||
Reference in New Issue
Block a user