summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Collapse)Author
2020-08-25openpgp: Reimplement WKD support via requestsMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-08-25Stop pretending to test py<3.6Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-08-25tox.ini: pypy3 shouldn't need pyblake2 anymoreMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-08-25Stop testing Python 2Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-08-18tox.ini: Use twine for uploadingMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-05-28Enable testing on py3.9Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-05-15tox: Switch to pytest-cov, coverage runner is brokenMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-05-15tox: Skip missing interpretersMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-05-14tox: Add codecov upload envMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-05-14tox: Enable testing on py38Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-10-18tox: Remove nodeps case, it is no longer usefulMichał Górny
Now that the default layout requires BLAKE2B, there's no point in testing gemato without it. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-10-18tox: Install pyblake2 for pypy3 & incompatible-lzma scenariosMichał Górny
pyblake2 was excluded from pypy3 because it failed to build. However, upstream has fixed the immediate issue. pysha3 is still broken, though. Include it for incompatible-lzma as well in order to solve test failures due to modern layout requiring BLAKE2B. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2018-08-02tox: Enable testing py37 by defaultMichał Górny
2018-07-16tox: Use pytest-xdist for concurrent testingMichał Górny
2018-07-16tox: Use pytest to run testsMichał Górny
2018-07-16tox: Simplify dependency specificationsMichał Górny
2018-02-03tox: Fix collecting coverage for multiprocessingMichał Górny
2018-01-04tox: backports.lzma 0.0.9 is broken on pypyMichał Górny
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