Skip to content

Commit 257f70e

Browse files
committed
Add basic testing via example/hello.py
1 parent 92fe027 commit 257f70e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ addons:
1212

1313
install:
1414
- python setup.py build
15+
16+
script:
17+
- mkdir /tmp/foo
18+
- python example/hello.py /tmp/foo

0 commit comments

Comments
 (0)