Don't quote
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Luke Murphy 2020-04-11 23:49:39 +02:00
parent 3e03c91cb3
commit 3d76c710cc
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ matrix:
steps:
- name: Run tox testing
image: "python:${IMAGE}"
image: python:${IMAGE}
commands:
- pip install tox==3.14.6
- tox -e "${TOXENV}"
- tox -e ${TOXENV}