mirror of
https://github.com/beetbox/beets.git
synced 2026-02-09 17:01:55 +01:00
Travis: temporarily disable Python 3.8
There seems to be a compatibility error in Werkzeug on the prerelease of 3.8.
This commit is contained in:
parent
2f9ce7e43c
commit
c566a74bca
1 changed files with 3 additions and 3 deletions
|
|
@ -24,9 +24,9 @@ matrix:
|
|||
- python: 3.7
|
||||
env: {TOX_ENV: py37-test}
|
||||
dist: xenial
|
||||
- python: 3.8-dev
|
||||
env: {TOX_ENV: py38-test}
|
||||
dist: xenial
|
||||
# - python: 3.8-dev
|
||||
# env: {TOX_ENV: py38-test}
|
||||
# dist: xenial
|
||||
# - python: pypy
|
||||
# - env: {TOX_ENV: pypy-test}
|
||||
- python: 3.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue