This commit is contained in:
Andy K. Massimino
2021-06-14 21:48:56 -04:00
parent 25c60870d7
commit 96e3295bf0
2 changed files with 6 additions and 1 deletions

3
test/new/.coveragerc Normal file
View File

@@ -0,0 +1,3 @@
[run]
plugins = covimerage
data_file = .coverage_covimerage

View File

@@ -28,4 +28,6 @@ env: env/pyvenv.cfg
env/pyvenv.cfg:
python3 -m venv env
bash -c 'source env/bin/activate; pip install "click<8.0.0" covimerage'
. env/bin/activate;
pip install setuptools wheel
pip install "click<8.0.0" covimerage