Skip to content

Commit 5f1476d

Browse files
committed
[build] Add missing flag.
1 parent 682709f commit 5f1476d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,18 @@ install:
4747

4848
script:
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

0 commit comments

Comments
 (0)