Skip to content

Commit 4fea43e

Browse files
committed
Add back PyPy3, remove references to Python 3.4
1 parent ae2a3c7 commit 4fea43e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
- "3.5"
66
- "3.6"
77
- "pypy-5.3.1"
8+
- "pypy3"
89

910
env:
1011
- INFLUXDB_VER=1.2.4

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ InfluxDB is an open-source distributed time series database, find more about Inf
3939
InfluxDB pre v1.1.0 users
4040
-------------------------
4141

42-
This module is tested with Python {2.7,3.5,3.6} and InfluxDB v{1.2.4,1.3.9,1.4.2,1.5.4}.
42+
This module is tested with InfluxDB versions: v1.2.4, v1.3.9, v1.4.2, and v1.5.4.
4343

4444
Those users still on InfluxDB v0.8.x users may still use the legacy client by importing ``from influxdb.influxdb08 import InfluxDBClient``.
4545

@@ -59,9 +59,9 @@ On Debian/Ubuntu, you can install it with this command::
5959
Dependencies
6060
------------
6161

62-
The influxdb-python distribution is supported and tested on Python 2.7, 3.4, 3.5, 3.6, PyPy and PyPy3.
62+
The influxdb-python distribution is supported and tested on Python 2.7, 3.5, 3.6, PyPy and PyPy3.
6363

64-
**Note:** Python 3.2 and 3.3 are currently untested. See ``.travis.yml``.
64+
**Note:** Python <3.5 are currently untested. See ``.travis.yml``.
6565

6666
Main dependency is:
6767

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py34, py35, py36, pypy, pypy3, flake8, pep257, coverage, docs
2+
envlist = py27, py35, py36, pypy, pypy3, flake8, pep257, coverage, docs
33

44
[testenv]
55
passenv = INFLUXDB_PYTHON_INFLUXD_PATH

0 commit comments

Comments
 (0)