Fix Travis errors.
This commit is contained in:
parent
5a654b7d04
commit
c0ea03d4f9
|
@ -9,7 +9,14 @@ branches:
|
||||||
# install some archive programs
|
# install some archive programs
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq archmage arj bzip2 lbzip2 pbzip2 cabextract ncompress cpio bsdcpio lzop lcab p7zip-full p7zip-rar rar unrar zip unzip rpm2cpio binutils lha unace unace-nonfree arc nomarch unalz lrzip bsdtar rzip zoo xdms orange lzip plzip clzip pdlzip sharutils flac unadf
|
- sudo apt-get install -qq archmage arj bzip2 lbzip2 pbzip2 cabextract ncompress cpio bsdcpio lzop lcab p7zip-full zip unzip rpm2cpio binutils unace arc nomarch unalz lrzip bsdtar rzip zoo xdms orange lzip plzip clzip pdlzip sharutils flac unadf
|
||||||
|
# apt errors:
|
||||||
|
#E: Package 'p7zip-rar' has no installation candidate
|
||||||
|
#E: Package 'rar' has no installation candidate
|
||||||
|
#E: Package 'unrar' has no installation candidate
|
||||||
|
#E: Package 'lha' has no installation candidate
|
||||||
|
#E: Unable to locate package unace-nonfree
|
||||||
|
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt --use-mirrors
|
- pip install -r requirements.txt --use-mirrors
|
||||||
|
|
Loading…
Reference in New Issue