aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
blob: 188bf7c9907059056f574c085d990bc4f6b96249 (plain)
1
2
3
4
5
6
7
8
9
10
kind: pipeline
name: default

steps:
- name: test
  image: python:3.7.3
  commands:
    - pip install --upgrade pip
    - pip install -r requirements-dev.txt
    - pytest