Skip to content

Commit 7586f42

Browse files
committed
Merge branch 'master' into support_rate_limiting_py
Conflicts: .travis.yml
2 parents 456f6cb + 474cd4b commit 7586f42

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
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 & 7 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)