Skip to content

Commit 651a9d1

Browse files
author
Carlo Smouter
committed
Add drone cloud badge
1 parent bbb5e17 commit 651a9d1

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# python-wowapi
22

3+
[![Build Status](https://cloud.drone.io/api/badges/lockwooddev/python-wowapi/status.svg)](https://cloud.drone.io/lockwooddev/python-wowapi)
4+
35
Python-wowapi is a client library for interacting with the World of Warcraft
46
Community API.
57

@@ -31,14 +33,3 @@ pip install -e .
3133
pip install -e .[tests]
3234
py.test
3335
```
34-
35-
## Drone test runner
36-
37-
```
38-
PYTHON_VERSION=3.7 drone exec
39-
PYTHON_VERSION=3.6 drone exec
40-
PYTHON_VERSION=3.5 drone exec
41-
PYTHON_VERSION=2.7 drone exec
42-
```
43-
44-
For more information about Drone, visit [Drone.io](https://drone.io/)

0 commit comments

Comments
 (0)