patool/.travis.yml

17 lines
583 B
YAML
Raw Normal View History

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
- 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