summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-10-27 11:07:48 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-10-27 11:38:06 -0700
commitff6e313a244e0566e588644d0e25ae56f21ce7cc (patch)
tree6292cce8641acf1c2681cb5a3f942ca3bae2ca0d /tox.ini
parente59088f76e1684d7cea1a4aa3985113bac649f22 (diff)
downloadisort-ff6e313a244e0566e588644d0e25ae56f21ce7cc.tar.gz
Fix test and Travis failures
- Fix Pipfile test to correctly return requirement names - Drop 'basepython' from lint environment so lint can run in any environment Travis is green again 🎉
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6b0c12c9..07ec1973 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,6 @@ commands = py.test test_isort.py {posargs}
commands = python setup.py isort
[testenv:lint]
-basepython = python3.6
deps = flake8==3.5.0
commands = flake8
skip_install = True