Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 71426a6

Browse files
authored
meta: clean up travis CI config (#755)
bump non-code tests to Python3.7 Signed-off-by: Matthew McGinn <[email protected]>
1 parent beb2360 commit 71426a6

File tree

2 files changed

+8
-31
lines changed

2 files changed

+8
-31
lines changed

.travis.yml

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "2.7"
55
- "3.5"
66
- "3.6"
7+
- "3.7"
78
- "pypy"
89
- "pypy3"
910

@@ -23,36 +24,12 @@ addons:
2324
matrix:
2425
include:
2526
- python: 3.7
26-
dist: xenial
27-
sudo: true
28-
env: INFLUXDB_VER=1.2.4
29-
- python: 3.7
30-
dist: xenial
31-
sudo: true
32-
env: INFLUXDB_VER=1.3.9
33-
- python: 3.7
34-
dist: xenial
35-
sudo: true
36-
env: INFLUXDB_VER=1.4.3
37-
- python: 3.7
38-
dist: xenial
39-
sudo: true
40-
env: INFLUXDB_VER=1.5.4
41-
- python: 3.7
42-
dist: xenial
43-
sudo: true
44-
env: INFLUXDB_VER=1.6.4
45-
- python: 3.7
46-
dist: xenial
47-
sudo: true
48-
env: INFLUXDB_VER=1.7.4
49-
- python: 3.6
5027
env: TOX_ENV=pep257
51-
- python: 3.6
28+
- python: 3.7
5229
env: TOX_ENV=docs
53-
- python: 3.6
30+
- python: 3.7
5431
env: TOX_ENV=flake8
55-
- python: 3.6
32+
- python: 3.7
5633
env: TOX_ENV=coverage
5734

5835
install:

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ InfluxDB-Python is a client for interacting with InfluxDB_.
1919

2020
Development of this library is maintained by:
2121

22-
+-----------+-------------------------------+
22+
+-----------+-------------------------------+
2323
| Github ID | URL |
24-
+===========+===============================+
24+
+===========+===============================+
2525
| @aviau | (https://github.com/aviau) |
26-
+-----------+-------------------------------+
26+
+-----------+-------------------------------+
2727
| @xginn8 | (https://github.com/xginn8) |
28-
+-----------+-------------------------------+
28+
+-----------+-------------------------------+
2929
| @sebito91 | (https://github.com/sebito91) |
3030
+-----------+-------------------------------+
3131

0 commit comments

Comments
 (0)