File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11[run]
22# this file comes from versioneer and we don't test it
33omit = */_version.py
4+
5+ [paths]
6+ # This tells coverage how to combine results together or said differently
7+ # which files at different paths are actually the same file
8+ # documented at https://coverage.readthedocs.io/en/latest/config.html#paths
9+ source =
10+ repo2docker/
11+ /opt/hostedtoolcache/Python/*/site-packages/repo2docker
Original file line number Diff line number Diff line change @@ -106,8 +106,7 @@ jobs:
106106 pip install --upgrade setuptools pip wheel
107107 pip install --upgrade -r dev-requirements.txt
108108 python setup.py bdist_wheel
109- #pip install dist/*.whl
110- pip install -e.
109+ pip install dist/*.whl
111110 pip freeze
112111 # hg-evolve pinned to 9.2 because hg-evolve dropped support for
113112 # hg 4.5, installed with apt in Ubuntu 18.04
You can’t perform that action at this time.
0 commit comments