8000 #4: clean up travis config · Powercoder64/ffmpeg-python@faf70b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit faf70b6

Browse files
committed
kkroening#4: clean up travis config
1 parent 9929c16 commit faf70b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ before_install:
44
- tar Jxf ffmpeg-3.3.1-64bit-static.tar.xz
55
install:
66
- pip install -r requirements.txt
7-
script: PATH=$(readlink -f ffmpeg-3.3.1-64bit-static):$PATH py.test
7+
script:
8+
- export PATH=$(readlink -f ffmpeg-3.3.1-64bit-static):$PATH
9+
- py.test

0 commit comments

Comments
 (0)
0