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:
Matt Westcott 2014-05-01 14:48:51 +01:00
parent ba339a0bfb
commit ef9e877fa9

10
tox.ini
View file

@ -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