Skip to content

Commit 474cd4b

Browse files
committed
Merge pull request Clever#17 from Clever/drone
Add Drone
2 parents 7661e06 + 09157c3 commit 474cd4b

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
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+

.travis.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,13 @@ Run `clever -h` to see a full list of commands.
9090
## Feedback
9191

9292
Questions, feature requests, or feedback of any kind is always welcome! We're available at [[email protected]](mailto:[email protected]).
93+
94+
## Development
95+
96+
### Dependencies
97+
98+
pip install -r requirements.txt
99+
100+
### Testing
101+
102+
python -m unittest discover test

0 commit comments

Comments
 (0)