summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2017-05-31 22:24:21 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2017-05-31 22:24:21 -0700
commit64e91cd842c75622d1ead2a0b48b93c59df946c7 (patch)
tree26512af5e8b81ef156eb759cad083477c6bcbedc /tox.ini
parentae23cff8f422837615cda352b185ab49bb38d1d7 (diff)
downloadisort-64e91cd842c75622d1ead2a0b48b93c59df946c7.tar.gz
Fixed to work with new setuptools
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 84a8e004..1ee185be 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,9 +12,11 @@ envlist =
commands =
py.test test_isort.py {posargs}
deps =
+ six
pytest
[testenv:isort-check]
commands =
python setup.py isort
deps =
+ six