aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
blob: 0b51715267d92853bd4462086660e6ed66889e8a (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.txt
    - pytest