aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
blob: a4dd37e50c4f8cc376f228c9cc9319c82efba383 (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