summaryrefslogtreecommitdiff
path: root/tests/python.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python.test')
-rw-r--r--tests/python.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/python.test b/tests/python.test
new file mode 100644
index 0000000..1ead294
--- /dev/null
+++ b/tests/python.test
@@ -0,0 +1,4 @@
+name: Simple python tests
+commands:
+ - python -c 'print "Hello world!"'
+ - python -c 'print 1+1'