Try to install libsodium
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-06-30 02:08:31 +02:00
parent 86ba86206c
commit 53ce07f1c4
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

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}