diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..950e0cb --- /dev/null +++ b/.drone.yml @@ -0,0 +1,24 @@ +--- +matrix: + include: + - IMAGE: 3.6-stretch + TOXENV: py36 + - IMAGE: 3.7-stretch + TOXENV: py37 + - IMAGE: 3.8-buster + TOXENV: py38 + - IMAGE: 3.8-buster + TOXENV: lint + - IMAGE: 3.8-buster + TOXENV: sort + - IMAGE: 3.8-buster + TOXENV: format + - IMAGE: 3.8-buster + TOXENV: type + +pipeline: + build: + image: python:${IMAGE} + commands: + - pip install tox + - tox -e ${TOXENV} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce7bac..031ee90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# hypercore-crypto 0.0.1a4 (UNRELEASED) + +## Removals + +- Removed RTD documentation + +## Trivial/Internal Changes + +- Follow the Hypercore protocol renaming situation. +- Migrate to git.autonomic.zone +- Migrate CI to drone.autonomic.zone +- Reduce package boilerplate + # hypercore-crypto 0.0.1a3 (2019-11-14) ## Bug Fixes