We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b5f04 commit 3bb59a0Copy full SHA for 3bb59a0
.travis.yml
@@ -12,20 +12,6 @@ python:
12
- "pypy"
13
- "pypy3.5-7.0" # Need 7.0+ due to a bug in earlier versions that broke our tests.
14
15
-matrix:
16
- include:
17
- - name: "Type checking"
18
- python: "3.7"
19
- env: TOXENV=typecheck
20
- - name: "Lint"
21
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
29
30
before_install:
31
- pip install -U tox tox-travis
0 commit comments