mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 12:32:33 +01:00
fix: remove --min-version
This commit is contained in:
parent
e66cfd58ad
commit
26caef544f
1 changed files with 6 additions and 6 deletions
12
tox.ini
12
tox.ini
|
|
@ -46,12 +46,12 @@ commands =
|
|||
py27-test: python -m nose {posargs}
|
||||
py3{4,5,6,7,8}-cov: python -bb -m nose --with-coverage {posargs}
|
||||
py3{4,5,6,7,8}-test: python -bb -m nose {posargs}
|
||||
py27-flake8: flake8 --min-version 2.7 {posargs} {[_flake8]files}
|
||||
py34-flake8: flake8 --min-version 3.4 {posargs} {[_flake8]files}
|
||||
py35-flake8: flake8 --min-version 3.5 {posargs} {[_flake8]files}
|
||||
py36-flake8: flake8 --min-version 3.6 {posargs} {[_flake8]files}
|
||||
py37-flake8: flake8 --min-version 3.7 {posargs} {[_flake8]files}
|
||||
py38-flake8: flake8 --min-version 3.8 {posargs} {[_flake8]files}
|
||||
py27-flake8: flake8 {posargs} {[_flake8]files}
|
||||
py34-flake8: flake8 {posargs} {[_flake8]files}
|
||||
py35-flake8: flake8 {posargs} {[_flake8]files}
|
||||
py36-flake8: flake8 {posargs} {[_flake8]files}
|
||||
py37-flake8: flake8 {posargs} {[_flake8]files}
|
||||
py38-flake8: flake8 {posargs} {[_flake8]files}
|
||||
|
||||
[testenv:docs]
|
||||
basepython = python2.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue