Skip to content

Commit d64b625

Browse files
authored
Merge pull request #31 from cmuck/travis
Added setup.py to Travis check
2 parents e90c8b2 + 246c93d commit d64b625

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)