Skip to content

Commit 1295676

Browse files
committed
use non-dev py3.8
1 parent 58fdafd commit 1295676

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ python:
88
- "3.5"
99
- "3.6"
1010
- "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.
11+
- "3.8"
12+
- "pypy"
13+
- "pypy3.5-7.0" # Need 7.0+ due to a bug in earlier versions that broke our tests.
1414

1515
matrix:
1616
include:
1717
- name: "Type checking"
1818
python: "3.7"
1919
env: TOXENV=typecheck
20-
- name: 'Lint'
21-
python: '3.7'
20+
- name: "Lint"
21+
python: "3.7"
2222
env: TOXENV=lint
2323

2424
# Temporary bandaid for https://github.com/PyFilesystem/pyfilesystem2/issues/342

0 commit comments

Comments
 (0)