updated travis file

main
Michael Herman 2015-04-16 12:56:56 -06:00
parent 071a32e5ae
commit 720a233503
3 changed files with 3 additions and 4 deletions

3
.gitignore vendored
View File

@ -6,5 +6,4 @@ __pycahe__
*.pyc
*.sqlite
*.coverage
.DS_Store
config.py
.DS_Store

View File

@ -8,10 +8,10 @@ Flask starter project...
### Set Environment Variables
Rename *config_sample.py* to *config.py*, update the config settings, and then run:
Update *config.py*, and then run:
```sh
$ export APP_SETTINGS="config.DevelopmentConfig"
$ export APP_SETTINGS="project.config.DevelopmentConfig"
```
or