Skip to content

Commit ff143e5

Browse files
committed
[CI] modified test code
1 parent ae2634d commit ff143e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/travis/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ cargo build --verbose --all
66
cargo test --verbose --all
77

88
cd example
9-
python setup.py develop
10-
./test.py
9+
python setup.py install
10+
python setup.py test

0 commit comments

Comments
 (0)