Skip to content

Commit dbd5635

Browse files
committed
added python 3.8 and removed python 3.4 from ci tests
1 parent a2114b5 commit dbd5635

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
@@ -32,14 +32,14 @@ language: python
3232
# Ubuntu & Python versions
3333
matrix:
3434
include:
35-
- dist: trusty
36-
python: "3.4"
3735
- dist: xenial
3836
python: "3.5"
3937
- dist: xenial
4038
python: "3.6"
4139
- dist: xenial
4240
python: "3.7"
41+
- dist: xenial
42+
python: "3.8"
4343

4444
# Install dependencies
4545
addons:

0 commit comments

Comments
 (0)