Skip to content

Commit 47faf29

Browse files
committed
modified: .travis.yml
Fix script for unittest
1 parent 87ce9a2 commit 47faf29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ install:
1616
before_script:
1717
"python demo.py -d"
1818

19-
script: "python tests/__init__.py"
19+
script: "python -m unittest tests"

0 commit comments

Comments
 (0)