Skip to content

Commit 38c21f2

Browse files
committed
run clever-python tests on drone
1 parent c6a29cf commit 38c21f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.drone.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
image: python2.7
22
script:
3-
- pip install -r requirements.txt
4-
- python -m unittest discover test
3+
- python setup.py develop && python setup.py test
54
notify:
65
email:
76
recipients:

0 commit comments

Comments
 (0)