Skip to content

Commit 424ae7c

Browse files
committed
Added setup.py to Travis check
1 parent a4498a8 commit 424ae7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ script:
5050
- cd build
5151
- cmake ..
5252
- cmake --build .
53+
- cd ..
54+
- python setup.py build
55+
- python setup.py sdist

0 commit comments

Comments
 (0)