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-21 19:53:28 +00:00
|
|
|
- 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
|
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
|