I've fixed tests discovering for python2.6 and added unittest2 into tests_requires for old pythons.
I've added tox.ini to run tests locally under different Python and Django environments.
I've removed the 'currency.tests' from INSTALLED_APPS because it looks like a hack and required additional workarounds (put a models.py into the tests package for old Django's). Test fixtures are loaded with absolute path now.
I've fixed tests discovering for python2.6 and added
unittest2
into tests_requires for old pythons.I've added tox.ini to run tests locally under different Python and Django environments.
I've removed the 'currency.tests' from INSTALLED_APPS because it looks like a hack and required additional workarounds (put a
models.py
into thetests
package for old Django's). Test fixtures are loaded with absolute path now.