Skip to content

Commit 739dd55

Browse files
committed
Add test/requirements.txt to drone.yml script
That is: pip install -r test/requirements.txt
1 parent 7586f42 commit 739dd55

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
@@ -1,6 +1,7 @@
11
image: python2.7
22
script:
33
- pip install -r requirements.txt
4+
- pip install -r test/requirements.txt
45
- python -m unittest discover test
56
notify:
67
email:

0 commit comments

Comments
 (0)