Fix packages.

This commit is contained in:
Bastian Kleineidam 2013-02-21 20:53:28 +01:00
parent fc57f5d786
commit 4dcc876c7e
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 compress cpio lzop p7zip-full pbzip2 unrar-nonfree zip rpm2cpio binutils lha unace-nonfree nomarch unalz lrzip star rzip zoo xdms orange lzip clzip pdlzip - 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
# command to install dependencies # command to install dependencies
install: install:
- pip install -r requirements.txt --use-mirrors - pip install -r requirements.txt --use-mirrors