Skip to content

Commit e7a51f7

Browse files
committed
Doh... try again with the correct path... :-/
1 parent d88c431 commit e7a51f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)