File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ quality: ## check coding style with pycodestyle and pylint
5454
5555requirements : # # install development environment requirements
5656 pip install -qr requirements/pip-tools.txt
57- pip-sync requirements/dev.txt requirements/private.*
57+ pip-sync requirements/dev.txt requirements/test.txt requirements/private.*
58+ pip install -e .
5859
5960test : clean # # run tests in the current virtualenv
6061 pytest
Original file line number Diff line number Diff line change @@ -7,12 +7,13 @@ below is executed within the virtualenv.
77.. _virtualenv : https://virtualenvwrapper.readthedocs.org/en/latest/
88
99
10- Install the tool
11- ----------------
10+ Install the requirements
11+ ------------------------
12+ This will also install the Code Annotations package as editable, to allow access to the Stevedore plugins.
13+
1214.. code-block :: bash
1315
1416 $ make requirements
15- $ pip install -e .
1617
1718
1819 Run the tests
You can’t perform that action at this time.
0 commit comments