Run flake8 with two jobs.

This commit is contained in:
Omer Katz 2019-01-09 22:55:55 +02:00
parent 5ee7c1ddcc
commit 08771f7b05
1 changed files with 3 additions and 3 deletions

View File

@ -28,11 +28,11 @@ commands = pip install -U -r{toxinidir}/requirements/dev.txt
pytest -rxs -xv --cov=kombu --cov-report=xml --no-cov-on-fail {posargs}
basepython =
2.7,flakeplus,flake8,apicheck,linkcheck,cov,pydocstyle: python2.7
2.7,flakeplus,apicheck,linkcheck,cov,pydocstyle: python2.7
3.4: python3.4
3.5: python3.5
3.6: python3.6
3.7: python3.7
3.7,flake8: python3.7
pypy: pypy
[testenv:apicheck]
@ -45,7 +45,7 @@ commands = pip install -U -r{toxinidir}/requirements/dev.txt
[testenv:flake8]
commands =
flake8 {toxinidir}/kombu {toxinidir}/t
flake8 -j2 {toxinidir}/kombu {toxinidir}/t
[testenv:flakeplus]
commands =