Skip to content

Commit da123c5

Browse files
author
Scott Sanderson
committed
BLD: Enable 3.7 for real.
1 parent 85df99a commit da123c5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ python:
55
- "3.4"
66
- "3.5"
77
- "3.6"
8-
- "3.7"
8+
9+
matrix:
10+
include:
11+
- python: 3.7
12+
dist: xenial
13+
sudo: true
914

1015
before_script:
1116
- pip install tox

0 commit comments

Comments
 (0)