comment out scipy
parent
1c333273c6
commit
14a9d6c5d1
|
@ -23,7 +23,7 @@ jobs:
|
||||||
# find and run all unit tests
|
# find and run all unit tests
|
||||||
- name: Compute test coverage
|
- name: Compute test coverage
|
||||||
run: |
|
run: |
|
||||||
coverage run --source=svgpathtools -m unittest discover test
|
# coverage run --source=svgpathtools -m unittest discover test
|
||||||
pip install scipy
|
pip install scipy
|
||||||
coverage run --source=svgpathtools -m unittest discover test # run tests again w/ scipy
|
coverage run --source=svgpathtools -m unittest discover test # run tests again w/ scipy
|
||||||
coverage html # generate static website detailing coverage
|
coverage html # generate static website detailing coverage
|
||||||
|
|
Loading…
Reference in New Issue