add py32-dj16-sqlite to the list of tox environments that fail due to iteritems in South

This commit is contained in:
Matt Westcott 2014-07-03 12:11:34 +01:00
parent d4cfb434d5
commit 9938ecf960

View file

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