File tree 1 file changed +5
-11
lines changed
1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 1
- influxdb-python
1
+ InfluxDB-Python
2
2
===============
3
3
4
+ InfluxDB-Python is a client for interacting with InfluxDB _.
5
+
4
6
.. image :: https://travis-ci.org/influxdb/influxdb-python.svg?branch=master
5
7
:target: https://travis-ci.org/influxdb/influxdb-python
6
8
@@ -21,11 +23,6 @@ influxdb-python
21
23
:alt: License
22
24
23
25
24
- About
25
- =====
26
-
27
- InfluxDB-Python is a client for interacting with InfluxDB _.
28
-
29
26
InfluxDB is an open-source distributed time series database, find more about InfluxDB _ at http://influxdb.com/
30
27
31
28
@@ -108,14 +105,10 @@ Make sure you have tox by running the following::
108
105
109
106
$ pip install tox
110
107
111
- To test influxdb-python with multiple version of Python, you can use tox ::
108
+ To test influxdb-python with multiple version of Python, you can use Tox _ ::
112
109
113
110
$ tox
114
111
115
- If you don't have all Python version listed in tox.ini, then::
116
-
117
- $ tox -e py27
118
-
119
112
120
113
Support
121
114
=======
@@ -132,3 +125,4 @@ The source code is currently available on Github: https://github.com/influxdb/in
132
125
133
126
.. _InfluxDB : http://influxdb.com/
134
127
.. _Sphinx : http://sphinx.pocoo.org/
128
+ .. _Tox : https://tox.readthedocs.org
You can’t perform that action at this time.
0 commit comments