File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11[run]
22source =
3- diffpy/pdfmorph/
3+ src/ diffpy/pdfmorph/
44[report]
55omit =
66 */python?.?/*
Original file line number Diff line number Diff line change 5050 shell : bash -l {0}
5151 run : |
5252 conda activate test
53- coverage run run_tests.py
53+ python -m coverage run run_tests.py # use `python -m` to search for modules within env
5454 coverage report -m
5555 codecov
Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ classifiers = [
3535Homepage = " https://github.com/diffpy/diffpy.pdfmorph/"
3636Issues = " https://github.com/diffpy/diffpy.pdfmorph/issues"
3737
38+ [tool .pytest .ini_options ]
39+ pythonpath = [" src" ]
40+
3841[tool .setuptools-git-versioning ]
3942enabled = true
4043template = " {tag}"
You can’t perform that action at this time.
0 commit comments