diff --git a/.drone.yml b/.drone.yml index 4420a8f..558990f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,6 @@ steps: image: python:3.8 commands: - python setup.py install - - pip install pytest + - pip install pytest coverage - coverage run -m pytest - codecov -t $CODECOV_TOKEN