summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-03-03 20:14:22 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-03-03 21:14:37 -0800
commit4a9e4d822da6e1c393dfc0c410753da8c6999e4d (patch)
tree65b9d4e57ffb228f704afaa7295891b110f884aa /README.rst
parentf0ed13f0479e6bbb587cf415b3eae0027a905f82 (diff)
downloadnatsort-4a9e4d822da6e1c393dfc0c410753da8c6999e4d.tar.gz
Move development collateral into a dev/ folder
This keeps the root directory cleaner. Dependent files and documentation has been modified to relfect the change. Additionally, the bump.sh file has been updated to force the use of bump2version over bumpversion, and to use a cross-platform sed invokation.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 2b3108e..3a27b32 100644
--- a/README.rst
+++ b/README.rst
@@ -394,12 +394,12 @@ with the ``-e`` flag, e.g. ``tox -e py36``. Static analysis is done with ``tox -
You can see all available testing environments with ``tox --listenvs``.
If you do not wish to use ``tox``, you can install the testing dependencies with the
-``dev-requirements.txt`` file and then run the tests manually using
+``dev/requirements.txt`` file and then run the tests manually using
`pytest <https://docs.pytest.org/en/latest/>`_.
.. code-block:: console
- $ pip install -r dev-requirements.txt
+ $ pip install -r dev/requirements.txt
$ python -m pytest
Note that above I invoked ``python -m pytest`` instead of just ``pytest`` - this is because