summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-11-12 22:13:28 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-11-12 22:46:03 -0800
commit567f8b8de38f4a760d6f6332b79cac221bd5468e (patch)
tree360bc72241ef3a4d02a4d64087d00c30c6c3f824 /tox.ini
parent546a78055b13874604a1fabe7ccc6f8cf2884f08 (diff)
downloadnatsort-567f8b8de38f4a760d6f6332b79cac221bd5468e.tar.gz
Improve high-level documentation
README.rst has been updated with more TOC to help steer users. intro.rst has been merged with index.rst, and most of the content has been removed and users are now directed to the README.rst
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 274ab3d..764ebeb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,7 +24,7 @@ extras =
commands =
# Doctests
{envpython} -m doctest -o IGNORE_EXCEPTION_DETAIL docs/howitworks.rst
- pytest README.rst docs/intro.rst docs/examples.rst
+ pytest README.rst docs/examples.rst
pytest --doctest-modules {envsitepackagesdir}/natsort
# Full test suite. Allow the user to pass command-line objects.
pytest --hypothesis-profile=slow-tests --tb=short --cov {envsitepackagesdir}/natsort --cov-report term-missing {posargs:}