summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 70a0a327b..5767a3f36 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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