mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
specify DATABASE_USER
This commit is contained in:
parent
c46e97c9ce
commit
a8ec3b1af7
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
|
@ -90,6 +90,7 @@ setenv =
|
|||
DATABASE_ENGINE=django.db.backends.mysql
|
||||
DATABASE_USER=wagtail
|
||||
DATABASE_HOST=localhost
|
||||
DATABASE_USER=root
|
||||
|
||||
[testenv:py33-dj17-postgres]
|
||||
basepython=python3.3
|
||||
|
|
@ -160,6 +161,7 @@ setenv =
|
|||
DATABASE_ENGINE=django.db.backends.mysql
|
||||
DATABASE_USER=wagtail
|
||||
DATABASE_HOST=localhost
|
||||
DATABASE_USER=root
|
||||
|
||||
[testenv:py33-dj18-postgres]
|
||||
basepython=python3.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue