cmake_example/tests/test.py
Dean Moldovan 0a8d583cd0 Improve CI tests
- Test sdist package on all platforms
- Include Python 2.7 and 32-bit versions on Windows
2016-06-05 13:30:17 +02:00

3 lines
53 B
Python

from cmake_example import add
assert add(1, 2) == 3