Skip to content

Commit fe806a2

Browse files
committed
More Pythonic configurations so there's a python3 executable.
1 parent 1e3cb6c commit fe806a2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ script:
3434
- cd python
3535
- otool -L bin/python3.6
3636
- echo "Python 3.6.5" >> ./version.txt
37-
- cp ./bin/python3.6 ./bin/python3
3837
- ./bin/python3 -c 'import ssl; print(ssl.OPENSSL_VERSION)'
3938
- ./bin/python3 -m pip --version
4039

process_python_build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
PYTHON_KEEP_BIN_ITEMS = [
3333
PYTHON_VER,
3434
'pip{}'.format(VERSION_STR),
35+
'python3',
3536
]
3637

3738

0 commit comments

Comments
 (0)