mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-23 06:37:15 +00:00
Fix travis
This commit is contained in:
parent
03b3cb0bf2
commit
ef08f29ed6
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ env:
|
||||||
install:
|
install:
|
||||||
- pip install -U pip
|
- pip install -U pip
|
||||||
# DNS
|
# DNS
|
||||||
- sudo apt-get install libadns1 libadns1-dev screen
|
- sudo apt-get install -y libadns1 libadns1-dev screen
|
||||||
# required for mathplotlib
|
# required for mathplotlib
|
||||||
- test ! -L /usr/include/ft2build.h && sudo ln -s freetype2/ft2build.h /usr/include/
|
- test ! -L /usr/include/ft2build.h && sudo ln -s freetype2/ft2build.h /usr/include/
|
||||||
- pip install distribute
|
- pip install distribute
|
||||||
|
|
Loading…
Reference in a new issue