Skip to content

Commit ddbb376

Browse files
committed
fixup! symlink [skip appveyor]
1 parent 3d665be commit ddbb376

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
@@ -33,7 +33,7 @@ jobs:
3333
before_install:
3434
- which python3
3535
- python3 --version
36-
- ln -s "$(which python3)" /usr/local/bin/python
36+
- ln -sfn "$(which python3)" /usr/local/bin/python
3737
- python -V
3838
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
3939

0 commit comments

Comments
 (0)