summaryrefslogtreecommitdiff
path: root/tests/python.test
blob: 1ead2940db8e4ae27758909928d5c05cdba90334 (plain)
1
2
3
4
name: Simple python tests
commands:
    - python -c 'print "Hello world!"'
    - python -c 'print 1+1'