Skip to content

Commit f5b02ee

Browse files
update travis config
1 parent cef4dd4 commit f5b02ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ python:
77
- "nightly"
88
- "pypy"
99
- "pypy3"
10-
- "pypy-5.3.1"
10+
matrix:
11+
include:
12+
- python: 3.7
13+
dist: xenial
14+
sudo: true
1115
install:
1216
- make init
1317
- pip install coveralls==1.1

0 commit comments

Comments
 (0)