Skip to content

Commit da9eeb1

Browse files
authored
Document testing in README
This information was in the CI setup.
1 parent 8485565 commit da9eeb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,11 @@ dependencies::
307307

308308
$ pip install -e .[develop]
309309

310+
For testing install `pytest` and run::
311+
312+
$ flake8 --select RST setup.py flake8_rst_docstrings.py
313+
$ pytest --verbose
314+
310315
To make a new release once tested locally and on TravisCI::
311316

312317
$ git tag vX.Y.Z

0 commit comments

Comments
 (0)