Skip to content

Commit ab8a438

Browse files
committed
Update CONTRIBUTING.rst with current working commands
1 parent f9a439d commit ab8a438

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ Contributing
33

44
This package uses the pyTest test runner. To run the tests locally simply run::
55

6-
python setup.py test
6+
python -m pytest -m "not selenium"
77

88
If you need to the development dependencies installed of you local IDE, you can run::
99

10-
python setup.py develop
10+
python -m pip install -e .[test]
1111

1212
Documentation pull requests welcome. The Sphinx documentation can be compiled via::
1313

14-
python setup.py build_sphinx
14+
python -m pip install -e .[docs]
15+
python -m sphinx -W -b doctest -b html docs docs/_build
1516

1617
Bug reports welcome, even more so if they include a correct patch. Much
1718
more so if you start your patch by adding a failing unit test, and correct

0 commit comments

Comments
 (0)