summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2018-09-22 22:02:52 -0700
committerGitHub <noreply@github.com>2018-09-22 22:02:52 -0700
commit38084285bf26092c2dcdcba2e787471e85400d79 (patch)
tree98f42d89ade9203d1c8af383ee1feb07930645bf /tox.ini
parent4e193c74938556d3dd65730a6baefee51f3388ab (diff)
parent1b32a208d7038869806c6e3ad22da247d5c722ec (diff)
downloadisort-38084285bf26092c2dcdcba2e787471e85400d79.tar.gz
Merge pull request #733 from cclauss/Lint-on-Python3
Tox: Perform lint test on Python 3
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7b0e0d31..6b0c12c9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ commands = py.test test_isort.py {posargs}
commands = python setup.py isort
[testenv:lint]
-basepython = python2.7
+basepython = python3.6
deps = flake8==3.5.0
commands = flake8
skip_install = True