summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2019-01-09 22:55:55 +0200
committerOmer Katz <omer.drow@gmail.com>2019-01-09 22:56:12 +0200
commit08771f7b05fe8cc0e653978ddd9729afb80c26b2 (patch)
tree6c39dd67e4a6546784b88ff9eaa6fd37023dd3ac /tox.ini
parent5ee7c1ddcceed19d21eb7e08a30c32cd26ce2b7b (diff)
downloadkombu-08771f7b05fe8cc0e653978ddd9729afb80c26b2.tar.gz
Run flake8 with two jobs.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 80481da7..3236b2fc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =