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 1e3cb6c commit fe806a2Copy full SHA for fe806a2
.travis.yml
@@ -34,7 +34,6 @@ script:
34
- cd python
35
- otool -L bin/python3.6
36
- echo "Python 3.6.5" >> ./version.txt
37
- - cp ./bin/python3.6 ./bin/python3
38
- ./bin/python3 -c 'import ssl; print(ssl.OPENSSL_VERSION)'
39
- ./bin/python3 -m pip --version
40
process_python_build.py
@@ -32,6 +32,7 @@
32
PYTHON_KEEP_BIN_ITEMS = [
33
PYTHON_VER,
'pip{}'.format(VERSION_STR),
+ 'python3',
]
0 commit comments