From a2dce6593a14a1d76bfa7870808658c5cfbef68f Mon Sep 17 00:00:00 2001 From: Ahmed Bodiwala Date: Sun, 20 Apr 2014 13:28:03 +0000 Subject: [PATCH] Add Travis --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..504c444 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: python +python: + - "2.6" + - "2.7" + - "3.2" + - "3.3" +# command to install dependencies +install: + - "pip install ." + - "pip install -r requirements.txt" +# command to run tests +script: nosetests