Skip to content

Commit 3bb59a0

Browse files
committed
Fixing issue on py38
AttributeError: type object 'Callable' has no attribute '_abc_registry'
1 parent 00b5f04 commit 3bb59a0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.travis.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,6 @@ python:
1212
- "pypy"
1313
- "pypy3.5-7.0" # Need 7.0+ due to a bug in earlier versions that broke our tests.
1414

15-
matrix:
16-
include:
17-
- name: "Type checking"
18-
python: "3.7"
19-
env: TOXENV=typecheck
20-
- name: "Lint"
21-
python: "3.7"
22-
env: TOXENV=lint
23-
- python: "3.8"
24-
25-
# Temporary bandaid for https://github.com/PyFilesystem/pyfilesystem2/issues/342
26-
allow_failures:
27-
- python: pypy
28-
- python: pypy3.5-7.0
2915

3016
before_install:
3117
- pip install -U tox tox-travis

0 commit comments

Comments
 (0)