Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit 55de5ba

Browse files
committed
add py37 to ci
1 parent 6658bde commit 55de5ba

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.drone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ matrix:
44
- 3.4
55
- 3.5
66
- 3.6
7+
- 3.7
78

89
pipeline:
910
fmt_and_lint:

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "3.4"
55
- "3.5"
66
- "3.6"
7+
- "3.7"
78
sudo: false
89

910
install: pip install tox

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
2+
envlist = py27,py34,py35,py36,py37
33
skip_missing_interpreters=True
44

55
[testenv]

0 commit comments

Comments
 (0)