| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fd0aded commit cedad02
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,10 +7,10 @@ | |||
| 7 | 7 | # pyenv will alert which shims are available and then will fail the build. | |
| 8 | 8 | _=[ 'exec' '/bin/sh' '-c' ''' | |
| 9 | 9 | test ${TRAVIS} && exec python "$0" "$@" # workaround for pyenv on Travis CI | |
| 10 | - which python2.7 >/dev/null && exec python2.7 "$0" "$@" | ||
| 11 | 10 | which python3.7 >/dev/null && exec python3.7 "$0" "$@" | |
| 12 | 11 | which python3.6 >/dev/null && exec python3.6 "$0" "$@" | |
| 13 | 12 | which python3.5 >/dev/null && exec python3.5 "$0" "$@" | |
| 13 | + which python2.7 >/dev/null && exec python2.7 "$0" "$@" | ||
| 14 | 14 | exec python "$0" "$@" | |
| 15 | 15 | ''' "$0" "$@" | |
| 16 | 16 | ] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments