summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini16
1 files changed, 0 insertions, 16 deletions
diff --git a/tox.ini b/tox.ini
index 940806b..42dac04 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,9 +28,7 @@ commands =
# Linters
[testenv:flake8]
-skipsdist = true
skip_install = true
-use_develop = false
deps =
flake8
flake8-docstrings>=0.2.7
@@ -40,9 +38,7 @@ commands =
[testenv:pylint]
basepython = python3
-skipsdist = true
skip_install = true
-use_develop = false
deps =
pyflakes
pylint
@@ -51,9 +47,7 @@ commands =
[testenv:doc8]
basepython = python3
-skipsdist = true
skip_install = true
-use_develop = false
deps =
sphinx
doc8
@@ -62,9 +56,7 @@ commands =
[testenv:mypy]
basepython = python3
-skipsdist = true
skip_install = true
-use_develop = false
deps =
mypy-lang
commands =
@@ -72,9 +64,7 @@ commands =
[testenv:bandit]
basepython = python3
-skipsdist = true
skip_install = true
-use_develop = false
deps =
bandit
commands =
@@ -82,9 +72,7 @@ commands =
[testenv:linters]
basepython = python3
-skipsdist = true
skip_install = true
-use_develop = false
deps =
{[testenv:flake8]deps}
{[testenv:pylint]deps}
@@ -108,9 +96,7 @@ commands =
[testenv:serve-docs]
basepython = python3
-skipsdist = true
skip_install = true
-use_develop = false
changedir = docs/build/html
deps =
commands =
@@ -124,10 +110,8 @@ commands =
python setup.py check -r -s
[testenv:release]
-skipsdist = true
basepython = python3
skip_install = true
-use_develop = false
deps =
wheel
setuptools