mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Travis: re-enable Python 3.8
The Werkzeug issue on 3.8 seems to have been fixed: https://github.com/pallets/werkzeug/issues/1551
This commit is contained in:
parent
ca4b101ef4
commit
0d44d31913
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.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue