mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Replace Python 3.4 with 3.6 on Appveyor (#2358)
Python 3.4 is quite old and offers little value on Windows. Closes #2344
This commit is contained in:
parent
2fcde98d4b
commit
bd340b2910
1 changed files with 2 additions and 2 deletions
|
|
@ -12,10 +12,10 @@ environment:
|
||||||
matrix:
|
matrix:
|
||||||
- PYTHON: C:\Python27
|
- PYTHON: C:\Python27
|
||||||
TOX_ENV: py27-test
|
TOX_ENV: py27-test
|
||||||
- PYTHON: C:\Python34
|
|
||||||
TOX_ENV: py34-test
|
|
||||||
- PYTHON: C:\Python35
|
- PYTHON: C:\Python35
|
||||||
TOX_ENV: py35-test
|
TOX_ENV: py35-test
|
||||||
|
- PYTHON: C:\Python36
|
||||||
|
TOX_ENV: py36-test
|
||||||
|
|
||||||
# Install Tox for running tests.
|
# Install Tox for running tests.
|
||||||
install:
|
install:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue