mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-16 03:03:14 +00:00
pass DATABASE_HOST=localhost for mysql tests
This commit is contained in:
parent
0b31f9933f
commit
c46e97c9ce
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
|
@ -89,6 +89,7 @@ deps =
|
|||
setenv =
|
||||
DATABASE_ENGINE=django.db.backends.mysql
|
||||
DATABASE_USER=wagtail
|
||||
DATABASE_HOST=localhost
|
||||
|
||||
[testenv:py33-dj17-postgres]
|
||||
basepython=python3.3
|
||||
|
|
@ -158,6 +159,7 @@ deps =
|
|||
setenv =
|
||||
DATABASE_ENGINE=django.db.backends.mysql
|
||||
DATABASE_USER=wagtail
|
||||
DATABASE_HOST=localhost
|
||||
|
||||
[testenv:py33-dj18-postgres]
|
||||
basepython=python3.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue