mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-05 07:31:06 +00:00
remove mysql from tox tests for now, until we can fix the foreign key constraint error in wagtail.wagtailimages.tests.TestImageEditView
This commit is contained in:
parent
ba339a0bfb
commit
ef9e877fa9
1 changed files with 7 additions and 3 deletions
10
tox.ini
10
tox.ini
|
|
@ -9,10 +9,14 @@ dj16=
|
|||
envlist =
|
||||
py26-dj16-postgres,
|
||||
py26-dj16-sqlite,
|
||||
py26-dj16-mysql,
|
||||
py27-dj16-postgres,
|
||||
py27-dj16-sqlite,
|
||||
py27-dj16-mysql
|
||||
py27-dj16-sqlite
|
||||
|
||||
# mysql not currently supported
|
||||
# (wagtail.wagtailimages.tests.TestImageEditView currently fails with a
|
||||
# foreign key constraint error)
|
||||
# py26-dj16-mysql
|
||||
# py27-dj16-mysql
|
||||
|
||||
[testenv]
|
||||
commands=./runtests.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue