summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-12-29 10:49:34 +0100
committerhippo91 <guillaume.peillex@gmail.com>2020-12-29 10:49:34 +0100
commite60eca01d8d5003473580d230af1354b883a7ef8 (patch)
treea41ae71d5678c5ea26903c9b8f2c35a0fddb4475 /tox.ini
parent2a86092204b123ff569965cbe609b243ee965181 (diff)
parent17325f2f7c8cf43f7ae61ba6726b5117cc11066c (diff)
downloadpylint-git-e60eca01d8d5003473580d230af1354b883a7ef8.tar.gz
Merge branch 'master' into toward_python39
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini16
1 files changed, 8 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index 9b9671050..dd1d0da72 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,11 +36,11 @@ commands =
[testenv:formatting]
basepython = python3
deps =
- black==20.8b1
- isort==5.5.2
+ pre-commit
+ sphinx
+ pytest
commands =
- black --diff --check . --exclude="tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/|venv|astroid|.tox"
- isort . --check-only
+ pre-commit run --all-files
changedir = {toxinidir}
[testenv:mypy]
@@ -54,7 +54,7 @@ commands =
[testenv]
deps =
- https://github.com/PyCQA/astroid/tarball/master#egg=astroid-master-2.0
+ https://github.com/PyCQA/astroid/tarball/master#egg=astroid
coverage<5.0
mccabe
# isort 5 is not compatible with Python 3.5
@@ -80,7 +80,7 @@ changedir = {toxworkdir}
[testenv:spelling]
deps =
- https://github.com/PyCQA/astroid/tarball/master#egg=astroid-master-2.0
+ https://github.com/PyCQA/astroid/tarball/master#egg=astroid
pytest
pytest-xdist
pyenchant
@@ -136,7 +136,7 @@ commands =
[testenv:benchmark]
deps =
- https://github.com/PyCQA/astroid/tarball/master#egg=astroid-master-2.0
+ https://github.com/PyCQA/astroid/tarball/master#egg=astroid
coverage<5.0
mccabe
pytest
@@ -159,7 +159,7 @@ commands =
[testenv:profile_against_external]
deps =
- https://github.com/PyCQA/astroid/tarball/master#egg=astroid-master-2.0
+ https://github.com/PyCQA/astroid/tarball/master#egg=astroid
gprof2dot
mccabe
pytest