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 d88c431 commit e7a51f7Copy full SHA for e7a51f7
.travis.yml
@@ -34,7 +34,7 @@ script:
34
- cd python
35
- otool -L bin/python3.6
36
- echo "Python 3.6.5" >> ./version.txt
37
- - cp python/bin/python3.6 python/bin/python3
+ - cp ./bin/python3.6 ./bin/python3
38
- ./bin/python3 -c 'import ssl; print(ssl.OPENSSL_VERSION)'
39
- ./bin/python3 -m pip --version
40
0 commit comments