Don't quote
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Luke Murphy
2020-04-11 23:49:39 +02:00
parent 3e03c91cb3
commit 3d76c710cc

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}