Skip to content

Commit cd67bf6

Browse files
committed
python 3.7 for travis
1 parent 3740eed commit cd67bf6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ sudo: false
22

33
language: python
44

5-
python:
6-
- 3.7
5+
matrix:
6+
include:
7+
- python: 3.7
8+
dist: xenial
9+
sudo: true
710

811
addons:
912
apt_packages:

0 commit comments

Comments
 (0)