Skip to content

Commit 234f0ea

Browse files
author
Jonah Kagan
committed
Add .drone.yml
1 parent 4304275 commit 234f0ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.drone.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
image: python2.7
2+
script:
3+
- pip install -r requirements.txt
4+
- python -m unittest discover test
5+
notify:
6+
email:
7+
recipients:
8+
- drone@clever.com

0 commit comments

Comments
 (0)