Skip to content

Commit 7263624

Browse files
committed
Fix issues with TravisCI config
1 parent 2921c33 commit 7263624

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ sudo: false # false enables container-based build for fast boot times on Linux
44

55
matrix:
66
include:
7-
- os: linux
8-
python: 3.4
9-
env: TOXENV=py34
107
- os: linux
118
python: 3.5
129
env: TOXENV=py35
@@ -22,9 +19,9 @@ matrix:
2219
dist: xenial
2320
env: TOXENV=py38
2421
- os: linux
25-
python: 3.9-dev
26-
dist: xenial
27-
env: TOXENV=py39
22+
python: 3.9-dev
23+
dist: xenial
24+
env: TOXENV=py39
2825
# # Warning: Don't try to use code coverage analysis with pypy as it is insanely slow
2926
# - os: linux
3027
# python: pypy3

0 commit comments

Comments
 (0)