diff --git a/.drone.yml b/.drone.yml index 3c642dd..54ceac2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,7 @@ steps: - name: Install python image: python:3.8 commands: + - pip install -r requirements.txt - python setup.py install - pip install pytest - pytest