Skip to content

Commit 9388996

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

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
@@ -3,6 +3,7 @@ pipeline:
33
image: python:${PYTHON_VERSION}-alpine
44
commands:
55
- pip install -r requirements.txt
6+
- pip install -r test_requirements.txt
67
- python tests/interface_test.py
78

89
matrix:

0 commit comments

Comments
 (0)