From 6d4a3fb3358c7f0f20ffa2ce859c4f54e1ef0be3 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 9 Sep 2014 08:11:51 +0100 Subject: Added travis --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..95079e7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python + +env: + - ARCH=x86 + +script: + - "pip install -r client/requirements.txt" + - "cd client && python test.py --light" + - "cd ../boot && python test.py" -- cgit v1.3.1