Skip to content

Commit 7365799

Browse files
switch default build to 3.8 #nolog
1 parent 3ac3437 commit 7365799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist: xenial
22
language: python
33
matrix:
44
include:
5-
- python: 3.7
5+
- python: 3.8
66
env: TOXENV=flake8
77
- python: 3.5
88
env: TOXENV=py35
@@ -14,7 +14,7 @@ matrix:
1414
env: TOXENV=py38
1515
- python: pypy3
1616
env: TOXENV=pypy3
17-
- python: 3.7
17+
- python: 3.8
1818
env: TOXENV=docs
1919
install:
2020
- pip install tox

0 commit comments

Comments
 (0)