2013-02-21 16:53:16 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
# - "3.2"
|
|
|
|
# - "3.3"
|
|
|
|
# install some archive programs
|
|
|
|
before_install:
|
|
|
|
- sudo apt-get update -qq
|
2013-02-22 17:41:55 +00:00
|
|
|
- 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
|
2013-02-21 16:53:16 +00:00
|
|
|
# command to install dependencies
|
|
|
|
install:
|
|
|
|
- pip install -r requirements.txt --use-mirrors
|
|
|
|
# command to run tests
|
|
|
|
script: make test
|
|
|
|
#notifications:
|
|
|
|
# email: false
|