Skip to content

Commit dd42fd1

Browse files
committed
Test on python 3.7
1 parent 4bb3000 commit dd42fd1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- '2.7'
55
- '3.5'
66
- '3.6'
7+
- '3.7'
78
cache: pip
89
install: pip install -U tox setuptools_scm
910
env:
@@ -13,9 +14,9 @@ env:
1314
- TOXENV=py-pytestlatest
1415
matrix:
1516
include:
16-
- python: '3.6'
17+
- python: '3.7'
1718
env: TOXENV=flakes
18-
- python: '3.6'
19+
- python: '3.7'
1920
env: TOXENV=readme
2021

2122
# piggyback on existing build for releases

0 commit comments

Comments
 (0)