
- Test sdist package on all platforms - Include Python 2.7 and 32-bit versions on Windows
3 lines
53 B
Python
3 lines
53 B
Python
from cmake_example import add
|
|
|
|
assert add(1, 2) == 3
|