Skip to content

Commit fab926f

Browse files
author
Sunny Raj Rathod
committed
Update .travis.yml
Added call to sample-code-python.
1 parent 207e384 commit fab926f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ install:
1313
before_script:
1414
- git submodule update --remote --recursive
1515

16-
script: nosetests
16+
script:
17+
- nosetests
18+
- python setup.py install
19+
- cd sample-code-python
20+
- for i in `ls */*.py`;do python $i;done

0 commit comments

Comments
 (0)