switch to nosetests

This commit is contained in:
jan.dittberner 2008-12-30 20:40:16 +00:00
parent 1fa26920d9
commit b73aa25733

View File

@ -37,5 +37,5 @@ Migrate extends SQLAlchemy to have database changeset handling. It provides a da
migrate = migrate.versioning.shell:main
migrate-repository = migrate.versioning.migrate_repository:main
""",
test_suite = "py.test.cmdline.main",
test_suite = "nose.collector",
)