File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -220,3 +220,5 @@ Contributors
220
220
- Peter Küffner (@kuepe-sl)
221
221
222
222
- Andrew MacCormack (@amaccormack-lumira)
223
+
224
+ - Chris R (@offbyone)
Original file line number Diff line number Diff line change 17
17
tests : ga
18
18
19
19
test-deps :
20
- pip install -r dev-requirements.txt
20
+ pip install -e .[dev]
21
21
22
22
htmlcov : .coverage
23
23
coverage html --omit=github3/packages/*
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ Please read the `CONTRIBUTING`_ document.
37
37
Testing
38
38
~~~~~~~
39
39
40
- You can run either ``pip install -r dev-requirements.txt `` to install the
41
- following before testing or simply ``make test-deps ``. It is suggested you do
42
- this in a virtual environment. These need to be installed for the tests to run.
40
+ You can run ``pip install -e .[dev] `` to install the following before testing or
41
+ simply ``make test-deps ``. It is suggested you do this in a virtual environment.
42
+ These need to be installed for the tests to run.
43
43
44
44
- betamax _
45
45
- coverage _ by Ned Batchelder
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments