summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-06-30 20:09:46 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-06-30 20:09:46 -0500
commit41cd67f747bac544b023e56134a43f5ea9c0c896 (patch)
tree30758cb45cfb01687427fe0edb10a3d3317d248e
parentcde783d135953d7d16a1373f13b066731083e477 (diff)
downloadflake8-41cd67f747bac544b023e56134a43f5ea9c0c896.tar.gz
Simplify our test environments
-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