Skip to content

Commit 158df65

Browse files
Disable testing on Python 3.8
1 parent 5c3559f commit 158df65

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
@@ -17,9 +17,11 @@ matrix:
1717
- os: linux
1818
dist: xenial
1919
python: 3.7-dev
20-
- os: linux
21-
dist: xenial
22-
python: 3.8-dev
20+
# Disable testing on Python 3.8 until pylint works.
21+
# https://github.com/PyCQA/pylint/issues/2976
22+
# - os: linux
23+
# dist: xenial
24+
# python: 3.8-dev
2325
- os: osx
2426
# `xcode10.2` has Python 3.7.3.
2527
osx_image: xcode10.2

0 commit comments

Comments
 (0)