From 41cd67f747bac544b023e56134a43f5ea9c0c896 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Thu, 30 Jun 2016 20:09:46 -0500 Subject: [PATCH] Simplify our test environments --- tox.ini | 16 ---------------- 1 file changed, 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