- Using wheels for distribution
- Excluding tests from being installed
- Added importanize as CI step
New
--skipnose-include
clauses now can either be ANDed or ORed.ANDed example:
--skipnose-include=foo --skipnose-include=bar
ORed example:
--skipnose-include=foo:bar
- New added
--skipnose-skip-tests
option
- Fixed installation bug which prevented skipnose being installed already installed nose. See #1.
- Restructured project using cookiecutter template
- Python3 and PYPY support
- Initial release