Skip to content

Commit 87e48ba

Browse files
committed
Merge pull request Clever#20 from Clever/dronify
Dronify
2 parents c6a29cf + 6102429 commit 87e48ba

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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:

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Clever Python bindings
22

3-
[![Build Status](https://secure.travis-ci.org/Clever/clever-python.png)](http://travis-ci.org/Clever/clever-python)
4-
53
## Installation
64

75
From PyPi:

0 commit comments

Comments
 (0)