Skip to content

Commit 042c6f7

Browse files
author
Costin Bleotu
committed
drone - install req
1 parent f942de3 commit 042c6f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.drone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ pipeline:
22
build:
33
image: python:${PYTHON_VERSION}-alpine
44
commands:
5+
- pip install -r requirements.txt
56
- python tests/interface_test.py
67

78
matrix:

0 commit comments

Comments
 (0)