Skip to content

Commit a4abd57

Browse files
pyprosjaraco
andauthored
Update README.rst
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
1 parent de55881 commit a4abd57

File tree

1 file changed

+1
-36
lines changed

1 file changed

+1
-36
lines changed

README.rst

+1-36
Original file line numberDiff line numberDiff line change
@@ -78,42 +78,7 @@ To bypass this caching mechanism, run the following command:
7878
7979
pytest --cache-clear --flake8
8080
81-
Note to developers
82-
------------------
83-
84-
Setup environment
85-
^^^^^^^^^^^^^^^^^
86-
87-
Separate virtual environments(venv) should be set up.
88-
89-
.. code-block:: bash
90-
91-
python3 -m venv .venv
92-
93-
Switch to venv.
94-
95-
.. code-block:: bash
96-
97-
source .venv/bin/activate
98-
99-
Install tox
100-
^^^^^^^^^^^
101-
102-
Separate virtual environments should be set up.
103-
104-
.. code-block:: bash
105-
106-
pip install tox
107-
108-
109-
Run environment
110-
^^^^^^^^^^^^^^^
111-
112-
Run tox.
113-
114-
.. code-block:: bash
115-
116-
tox
81+
Run tests with [tox](https://tox.wiki) (e.g. `pipx run tox`).
11782

11883
For more information, you can take a look at the `skeleton <https://blog.jaraco.com/skeleton/>`_.
11984

0 commit comments

Comments
 (0)