2019-04-23 22:14:17 +01:00
|
|
|
import os
|
2019-04-22 18:22:43 +01:00
|
|
|
import utils
|
|
|
|
|
|
|
|
|
|
def test():
|
2019-04-22 23:13:34 +01:00
|
|
|
project_dir = os.path.dirname(__file__)
|
2019-04-22 18:22:43 +01:00
|
|
|
# this test checks that SSL is working in the build environment using
|
|
|
|
|
# some checks in setup.py.
|
|
|
|
|
|
2019-04-23 22:14:17 +01:00
|
|
|
utils.cibuildwheel_run(project_dir)
|