diff --git a/.drone.yml b/.drone.yml index 52a21a8..f7b1848 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: image: python:3.9 commands: - pip install -r requirements.txt + - cd web - find . -name "*.py" -exec python -m py_compile {} \; when: timeout: 15s