From afd846511c8d6f8fbcb49c46cf81df4bd3b0b897 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 4 Jun 2017 13:35:21 -0700 Subject: Drop unused dependency on six --- tox.ini | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index b5996f69..f80b3e9b 100644 --- a/tox.ini +++ b/tox.ini @@ -10,17 +10,11 @@ envlist = lint [testenv] -commands = - py.test test_isort.py {posargs} -deps = - six - pytest +deps = pytest +commands = py.test test_isort.py {posargs} [testenv:isort-check] -commands = - python setup.py isort -deps = - six +commands = python setup.py isort [testenv:lint] basepython = python2.7 -- cgit v1.2.1