Skip to content

Commit 4664177

Browse files
authored
Update travis configuration. (#63)
1 parent 99267fc commit 4664177

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ language: python
22
matrix:
33
fast_finish: true
44
include:
5-
- python: "3.5"
5+
- python: "3.6"
66
env: TOXENV=lint
7-
- python: "3.5"
8-
env: TOXENV=py35
97
- python: "3.6"
108
env: TOXENV=py36
9+
- python: "3.7"
10+
env: TOXENV=py37
11+
- python: "3.8"
12+
env: TOXENV=py38
1113
install: pip install -U setuptools tox coveralls
1214
script: tox
1315
after_success: coveralls

0 commit comments

Comments
 (0)