From 368da91be37c49e4be90f6ebbb8ceebaebccc70c Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Thu, 24 Jan 2013 16:54:42 +0100 Subject: Add travis-ci config --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3e8d0f9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - "3.0" + - "3.1" + - "3.2" + - "3.3" +# command to install dependencies +install: "pip install -r requirements.txt --use-mirrors" +# command to run tests +script: python -m unittest tests -- cgit v1.2.3