We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb5e17 commit 651a9d1Copy full SHA for 651a9d1
README.md
@@ -1,5 +1,7 @@
1
# python-wowapi
2
3
+[](https://cloud.drone.io/lockwooddev/python-wowapi)
4
+
5
Python-wowapi is a client library for interacting with the World of Warcraft
6
Community API.
7
@@ -31,14 +33,3 @@ pip install -e .
31
33
pip install -e .[tests]
32
34
py.test
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