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 58fdafd commit 1295676Copy full SHA for 1295676
.travis.yml
@@ -8,17 +8,17 @@ python:
8
- "3.5"
9
- "3.6"
10
- "3.7"
11
- - "3.8-dev"
12
- - 'pypy'
13
- - 'pypy3.5-7.0' # Need 7.0+ due to a bug in earlier versions that broke our tests.
+ - "3.8"
+ - "pypy"
+ - "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
- python: '3.7'
+ - name: "Lint"
+ python: "3.7"
22
env: TOXENV=lint
23
24
# Temporary bandaid for https://github.com/PyFilesystem/pyfilesystem2/issues/342
0 commit comments