Error on travis-ci was: AttributeError: 'dict' object has no attribute 'iteritems' And actually it's been removed in python 3.x in favor of dict.items()
Error on travis-ci was: AttributeError: 'dict' object has no attribute 'iteritems' And actually it's been removed in python 3.x in favor of dict.items()