File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -47,19 +47,18 @@ install:
4747
4848script :
4949 - python -m pytest tests/
50- # TODO: Install and test the built Python packages.
5150 # TODO: Install ffmpeg/mkvtoolnix to run split-video tests.
5251
5352 # Install and test source distribution.
5453 - python -m pip install dist/scenedetect-`python -c "import scenedetect; print(scenedetect.__version__[1:])"`.tar.gz
5554 - scenedetect version
5655 - scenedetect -i tests/resources/testvideo.mp4 -b opencv detect-content time -e 2s
5756 - scenedetect -i tests/resources/testvideo.mp4 -b pyav detect-content time -e 2s
58- - python -m pip uninstall scenedetect
57+ - python -m pip uninstall -y scenedetect
5958
6059 # Install and test binary wheel.
6160 - python -m pip install dist/scenedetect-`python -c "import scenedetect; print(scenedetect.__version__[1:])"`-py3-none-any.whl
6261 - scenedetect version
6362 - scenedetect -i tests/resources/testvideo.mp4 -b opencv detect-content time -e 2s
6463 - scenedetect -i tests/resources/testvideo.mp4 -b pyav detect-content time -e 2s
65- - python -m pip uninstall scenedetect
64+ - python -m pip uninstall -y scenedetect
You can’t perform that action at this time.
0 commit comments