summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-12-30 13:41:44 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2018-12-31 08:22:51 -0500
commit24a3106c9a7950661009ba3bea776674e144fa24 (patch)
tree667ad9be7c25a1cfadb8e7de59cb063e1e7c1ee3 /tox.ini
parent542d3f5f49fef1042065b5d05a61c3c094f33714 (diff)
downloadisort-24a3106c9a7950661009ba3bea776674e144fa24.tar.gz
Fix pyproject.toml support
Parse pyproject.toml using a TOML parser (pytoml), not configparser. Installing pytoml is optional through the extra 'pyproject'. Handles TOML quoting and types. Refs #790 Refs #760 Fixes #763
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index c2558e4e..0e5b1db9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,6 +10,7 @@ deps =
pytest
extras =
pipfile
+ pyproject
requirements
commands = py.test test_isort.py {posargs}