Install more archive programs for travis.

This commit is contained in:
Bastian Kleineidam 2013-02-22 18:41:55 +01:00
parent c854102908
commit 9c9c6ad130
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ python:
# 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 arj bzip2 cabextract cpio lzop p7zip-full pbzip2 unrar zip rpm2cpio binutils lha unace-nonfree nomarch unalz lrzip rzip zoo xdms orange lzip clzip pdlzip - sudo apt-get install -qq arj bzip2 lbzip2 pbzip2 cabextract ncompress cpio bsdcpio lzop p7zip-full rar unrar unrar-nonfree zip unzip rpm2cpio binutils lha unace unace-nonfree arc nomarch unalz lrzip star bsdtar rzip zoo xdms orange lzip plzip clzip pdlzip shar flac shorten unadf
# command to install dependencies # command to install dependencies
install: install:
- pip install -r requirements.txt --use-mirrors - pip install -r requirements.txt --use-mirrors