Travis ci integration (#267)
* Initial travis-ci integration * Format code base to PEP8
This commit is contained in:
committed by
Corey Hammerton
parent
0ac64530bf
commit
faac5fa1bc
4
dev.py
4
dev.py
@@ -20,12 +20,12 @@ if __name__ == '__main__':
|
||||
app.config['DEV_COFFEE_LOCATION'], '-w', '-c',
|
||||
'-o', 'puppetboard/static/js',
|
||||
'puppetboard/static/coffeescript'
|
||||
])
|
||||
])
|
||||
except OSError:
|
||||
app.logger.error(
|
||||
'The coffee executable was not found, disabling automatic '
|
||||
'CoffeeScript compilation'
|
||||
)
|
||||
)
|
||||
|
||||
# Start the Flask development server
|
||||
app.debug = True
|
||||
|
||||
Reference in New Issue
Block a user