mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update tox.ini to python3 only
This commit is contained in:
parent
177957138c
commit
6b1fed53d6
1 changed files with 4 additions and 4 deletions
8
tox.ini
8
tox.ini
|
@ -1,12 +1,12 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py{27,37}-{lint,invalidcode},py37-black
|
envlist = py37-{lint,invalidcode},py37-black
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
skip_install=True
|
skip_install=True
|
||||||
deps =
|
deps =
|
||||||
py{27,37}-{lint,invalidcode}: flake8
|
py37-{lint,invalidcode}: flake8
|
||||||
py37-black: black
|
py37-black: black
|
||||||
commands =
|
commands =
|
||||||
py{27,37}-lint: flake8 src doc data tests --ignore E402,E501 --exclude src/yunohost/vendor
|
py37-lint: flake8 src doc data tests --ignore E402,E501 --exclude src/yunohost/vendor
|
||||||
py{27,37}-invalidcode: flake8 src data --exclude src/yunohost/tests,src/yunohost/vendor --select F
|
py37-invalidcode: flake8 src data --exclude src/yunohost/tests,src/yunohost/vendor --select F
|
||||||
py37-black: black --check --diff src doc data tests
|
py37-black: black --check --diff src doc data tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue