Try to install libsodium
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-06-30 02:08:31 +02:00
parent 86ba86206c
commit 53ce07f1c4

View File

@ -20,5 +20,6 @@ pipeline:
build:
image: python:${IMAGE}
commands:
- apt update && apt install -y libsodium-dev
- pip install tox
- tox -e ${TOXENV}