We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175f9b0 commit 5e1003fCopy full SHA for 5e1003f
.travis.yml
@@ -16,11 +16,14 @@ jobs:
16
# make sure it's on PATH as 'python3'
17
- ln -s /c/Python37/python.exe /c/Python37/python3.exe
18
19
+# cibuildwheel creates a virtualenv for the test
20
+# it seems to use "python" not "python3" for testing
21
+# while the rest of the build etc should use python3
22
env:
23
global:
24
- CIBW_BUILD_VERBOSITY=3
25
- CIBW_BUILD="cp37-*"
- - CIBW_TEST_COMMAND="python3 -m unittest discover {project}/tests"
26
+ - CIBW_TEST_COMMAND="python -m unittest discover {project}/tests"
27
- TWINE_USERNAME=__token__
28
29
install:
0 commit comments