From 25707cdb0946df79bb09b91cb524acc07fe3c9e7 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 21 Feb 2013 17:53:16 +0100 Subject: [PATCH] Add travis CI info. --- .travis.yml | 16 ++++++++++++++++ requirements.txt | 1 + 2 files changed, 17 insertions(+) create mode 100644 .travis.yml create mode 100644 requirements.txt diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c4e2203 --- /dev/null +++ b/.travis.yml @@ -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 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f3397b0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +# no other Python packages needed