Skip to content

Commit

Permalink
use non-dev py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Nov 3, 2019
1 parent 58fdafd commit 1295676
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8-dev"
- 'pypy'
- '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.

matrix:
include:
- name: "Type checking"
python: "3.7"
env: TOXENV=typecheck
- name: 'Lint'
python: '3.7'
- name: "Lint"
python: "3.7"
env: TOXENV=lint

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

0 comments on commit 1295676

Please sign in to comment.