summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-09-09 08:11:51 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2014-09-09 13:57:46 +0100
commit6d4a3fb3358c7f0f20ffa2ce859c4f54e1ef0be3 (patch)
tree132c0e13ac26a0afbc0f9d19d618f560ba7cbe1a /.travis.yml
parent9c72e7349676b719118e7f98dc0f7d142cc80ab4 (diff)
downloadjasper-client-6d4a3fb3358c7f0f20ffa2ce859c4f54e1ef0be3.tar.gz
jasper-client-6d4a3fb3358c7f0f20ffa2ce859c4f54e1ef0be3.zip
Added travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
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"