Skip to content

Commit

Permalink
重新书写数据库配置 通过线上测试
Browse files Browse the repository at this point in the history
  • Loading branch information
YoLoveLife committed Jan 12, 2018
1 parent 4d79164 commit 0d717e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
install:
- pip install -r requirements.txt
before_script:
- mysql -e "CREATE DATABASE deveopsdb;"
- mysql -e "CREATE DATABASE deveops;"
- python apps/manage.py makemigrations
script:
- python apps/manage.py migrate -v 3
Expand Down

0 comments on commit 0d717e4

Please sign in to comment.