diff --git a/.drone.yml b/.drone.yml index 9e5ef20..2b434b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,33 +1,3 @@ -# --- -# kind: pipeline -# name: linters -# steps: -# - name: tox -e linters -# image: python:3.8-buster -# commands: -# - pip install tox==3.14.6 -# - tox -e linters - -# --- -# kind: pipeline -# name: packaging -# steps: -# - name: tox -e packaging -# image: python:3.8-buster -# commands: -# - pip install tox==3.14.6 -# - tox -e packaging - -# --- -# kind: pipeline -# name: py38 -# steps: -# - name: tox -e py38 -# image: python:3.8-buster -# commands: -# - pip install tox==3.14.6 -# - tox -e py38 - --- kind: pipeline name: integration