summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Collapse)Author
2018-01-03compression: Prevent using incompatible 'lzma' module from pyliblzmaMichał Górny
Try importing the 'lzma' module only in Python 3.3+, that is versions known to have it built-in. This way, we can prevent accidentally importing incompatible module using the same name, e.g. pyliblzma. Bug: https://bugs.gentoo.org/643254
2017-12-03Support building wheelsMichał Górny
2017-10-25tox: Add an extra environment with minimal set of depsMichał Górny
2017-10-25Provide compression abstractionMichał Górny
2017-10-25tox: Generate coverage report while at itMichał Górny
2017-10-24tox: Skip unnecessary sdistMichał Górny
2017-10-24tox: Include pyflakes runMichał Górny
2017-10-22tox.ini: Combine coverage resultsMichał Górny
2017-10-22tox.ini: Run coverage in parallel-friendly modeMichał Górny
2017-10-22tox: Enable collecting code coverageMichał Górny
2017-10-22hash: Support pyblake2 & pysha3 fallbacksMichał Górny
2017-10-22Initial checkout, with a basic hash backendMichał Górny