Skip to content

Commit 920d5f0

Browse files
another travisci update
1 parent a279a8a commit 920d5f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# https://docs.travis-ci.com/user/languages/python/#python-37-and-higher
2+
dist: xenial
13
language: python
24
sudo: false
35
matrix:
@@ -8,7 +10,7 @@ matrix:
810
env: TOX_ENV=py36
911
- python: "3.7"
1012
env: TOX_ENV=py37
11-
- python: "pypy3.6"
13+
- python: "pypy3.5"
1214
env: TOX_ENV=pypy
1315
- python: "3.6"
1416
env: TOX_ENV=analysis

0 commit comments

Comments
 (0)