mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 03:22:39 +01:00
Merge pull request #3282 from beetbox/arcresu-patch-1
Update Python 3 versions for CI
This commit is contained in:
commit
1a16537a3f
2 changed files with 4 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ matrix:
|
|||
# dist: xenial
|
||||
# - python: pypy
|
||||
# - env: {TOX_ENV: pypy-test}
|
||||
- python: 3.4
|
||||
env: {TOX_ENV: py34-flake8}
|
||||
- python: 3.6
|
||||
env: {TOX_ENV: py36-flake8}
|
||||
- python: 2.7.13
|
||||
env: {TOX_ENV: docs}
|
||||
# Non-Python dependencies.
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@ environment:
|
|||
TOX_ENV: py35-test
|
||||
- PYTHON: C:\Python36
|
||||
TOX_ENV: py36-test
|
||||
- PYTHON: C:\Python37
|
||||
TOX_ENV: py37-test
|
||||
|
||||
# Install Tox for running tests.
|
||||
install:
|
||||
|
|
|
|||
Loading…
Reference in a new issue