From ac4bf5c9b08f90ef98d299cdb3e934b5914d5c91 Mon Sep 17 00:00:00 2001 From: richard Date: Sat, 18 May 2013 00:55:10 +0100 Subject: [PATCH] travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bebb40f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: python +python: + - "2.6" + - "2.7" +install: pip install -r requirements.txt --use-mirrors +script: python tests/unit-tests.py test \ No newline at end of file