8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9929c16 commit faf70b6Copy full SHA for faf70b6
.travis.yml
@@ -4,4 +4,6 @@ before_install:
4
- tar Jxf ffmpeg-3.3.1-64bit-static.tar.xz
5
install:
6
- pip install -r requirements.txt
7
-script: PATH=$(readlink -f ffmpeg-3.3.1-64bit-static):$PATH py.test
+script:
8
+ - export PATH=$(readlink -f ffmpeg-3.3.1-64bit-static):$PATH
9
+ - py.test
0 commit comments