diff options
Diffstat (limited to '.travis')
-rwxr-xr-x | .travis/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh index 0a2af93b..3f2159de 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -57,7 +57,7 @@ if [[ "$DARWIN" = true ]]; then sudo python get-pip.py ;; esac - pvenv rehash + pyenv rehash else sudo add-apt-repository ppa:fkrull/deadsnakes |