summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 390e11b9d..681e13a20 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ skip_missing_interpreters = true
[testenv:pylint]
deps =
- git+https://github.com/pycqa/astroid@master
+ astroid==2.5.0
pytest
commands =
# This would be greatly simplified by a solution for https://github.com/PyCQA/pylint/issues/352
@@ -56,7 +56,7 @@ commands =
[testenv]
deps =
- https://github.com/PyCQA/astroid/tarball/master#egg=astroid
+ astroid==2.5.0
coverage<5.0
mccabe
isort
@@ -127,7 +127,7 @@ commands =
[testenv:benchmark]
deps =
- https://github.com/PyCQA/astroid/tarball/master#egg=astroid
+ astroid==2.5.0
coverage<5.0
mccabe
pytest
@@ -149,6 +149,7 @@ commands =
[testenv:profile_against_external]
deps =
+ astroid==2.5.0
https://github.com/PyCQA/astroid/tarball/master#egg=astroid
gprof2dot
mccabe