Add travis CI info.

This commit is contained in:
Bastian Kleineidam 2013-02-21 17:53:16 +01:00
parent 69ef985e32
commit 25707cdb09
2 changed files with 17 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
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 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
# command to install dependencies
install:
- pip install -r requirements.txt --use-mirrors
# command to run tests
script: make test
#notifications:
# email: false

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
# no other Python packages needed