Skip to content

Commit c76dff1

Browse files
author
Clement Champetier
committed
Travis: fix build by install gitpython module
1 parent f0c0704 commit c76dff1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ before_script:
1919
- sudo apt-get install -qq gcc g++ scons swig swig2.0
2020
- sudo apt-get install -qq libavdevice-dev libavformat-dev libavcodec-dev libavutil-dev libswscale-dev libavresample-dev python-dev freeglut3-dev doxygen
2121

22+
install:
23+
- pip install gitpython
24+
2225
script:
2326
- scons
2427

0 commit comments

Comments
 (0)