briancurtin / deprecation

A library to handle automated deprecations
Apache License 2.0
88 stars 31 forks source link

Add support for nose to tox/travis configs #32

Open briancurtin opened 6 years ago

briancurtin commented 6 years ago

30 mentions a situation where the test decorator doesn't work properly with nose. We should support nose in tox and travis so that this fix doesn't end up being a regression later on if someone changes that name or refactors it. This should be done in addition to the current setup that uses unittest discovery.