We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6a29cf + 6102429 commit 87e48baCopy full SHA for 87e48ba
.drone.yml
@@ -1,7 +1,6 @@
1
image: python2.7
2
script:
3
- - pip install -r requirements.txt
4
- - python -m unittest discover test
+ - python setup.py develop && python setup.py test
5
notify:
6
email:
7
recipients:
README.md
@@ -1,7 +1,5 @@
# Clever Python bindings
-[](http://travis-ci.org/Clever/clever-python)
-
## Installation
From PyPi:
0 commit comments