From 4f4995ab7ab77722d1b102526729449a5df26775 Mon Sep 17 00:00:00 2001 From: Tax Date: Tue, 4 Sep 2012 13:46:52 +0200 Subject: Adding travis file Trying to setup travis --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ba64975 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - "2.7" + - "2.6" +# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors +install: + - pip install requests +# command to run tests, e.g. python setup.py test +script: python test.py \ No newline at end of file -- cgit v1.2.1