- Create universal wheel with correct conditional dependencies for Python 2.6. - Include entire test/ directory in source distribution. test/__init__.py was previously missing.
1.3.0
++++++++++++++++++
- CPython 3.5 support. - PyPy 2.6 support. - Travis CI testing for CPython 3.5 and PyPy 2.6.0. - Replaces periods with a unicode-dot character in test names.
1.2.2
++++++++++++++++++
- `genty_dataprovider` helper methods can now return :class:`GentyArgs` instances to specify args and kwargs.
1.2.1
++++++++++++++++++
- `genty_dataprovider` helper methods are no longer required to have any `genty_dataset` decorators.