Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 71426a6

Browse filesBrowse files
authored
meta: clean up travis CI config (influxdata#755)
bump non-code tests to Python3.7 Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
1 parent beb2360 commit 71426a6
Copy full SHA for 71426a6

File tree

Expand file treeCollapse file tree

2 files changed

+8
-31
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-31
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+4-27Lines 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

Copy file name to clipboardExpand all lines: README.rst
+4-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.