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

Commit 0b5da4b

Browse files
committed
fixup! add py37 to ci
1 parent 71d971a commit 0b5da4b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ python:
44
- "3.4"
55
- "3.5"
66
- "3.6"
7-
- "3.7"
87
sudo: false
98

9+
matrix:
10+
include:
11+
- python: 3.7
12+
dist: xenial
13+
sudo: true
14+
1015
install: pip install tox
1116
script: tox -e py$(echo "$TRAVIS_PYTHON_VERSION" | sed 's|\.||')

0 commit comments

Comments
 (0)