fix: missing deps for travis

pull/31/head
Raphaël Vinot 2018-05-14 23:16:01 -04:00
parent 6d829713e4
commit 7a1b3c0189
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ install:
- sudo make install - sudo make install
- popd - popd
- sudo ldconfig - sudo ldconfig
- pip install -U nose pip coverage - pip install -U nose pip coverage codecov coveralls
- pip install -U -r requirements.txt - pip install -U -r requirements.txt
- git submodule init - git submodule init
- git submodule update - git submodule update