patool/.travis.yml

21 lines
640 B
YAML
Raw Normal View History

2013-02-21 16:53:16 +00:00
language: python
python:
- "2.7"
2013-02-22 18:12:48 +00:00
- "3.2"
2013-02-22 18:14:16 +00:00
- "3.3"
2013-02-22 18:13:55 +00:00
# whitelist
branches:
only:
- master
2013-02-21 16:53:16 +00:00
# install some archive programs
before_install:
- sudo apt-get update -qq
2013-02-23 08:01:39 +00:00
- 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
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 PYTESTOPTS=-s
2013-02-21 16:53:16 +00:00
#notifications:
# email: false