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 3d665be commit ddbb376Copy full SHA for ddbb376
.travis.yml
@@ -33,7 +33,7 @@ jobs:
33
before_install:
34
- which python3
35
- python3 --version
36
- - ln -s "$(which python3)" /usr/local/bin/python
+ - ln -sfn "$(which python3)" /usr/local/bin/python
37
- python -V
38
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
39
0 commit comments