mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-19 12:41:12 +00:00
add py32-dj16-sqlite to the list of tox environments that fail due to iteritems in South
This commit is contained in:
parent
d4cfb434d5
commit
9938ecf960
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
|
@ -21,6 +21,7 @@ envlist =
|
|||
# py27-dj16-mysql
|
||||
|
||||
# South fails with sqlite on python3, because it tries to use DryRunMigrator which uses iteritems
|
||||
# py32-dj16-sqlite,
|
||||
# py33-dj16-sqlite,
|
||||
# py34-dj16-sqlite
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue