summaryrefslogtreecommitdiff
path: root/.ci/travis/install.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/travis/install.sh')
-rwxr-xr-x.ci/travis/install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.ci/travis/install.sh b/.ci/travis/install.sh
index 0d21032..6d6f874 100755
--- a/.ci/travis/install.sh
+++ b/.ci/travis/install.sh
@@ -36,6 +36,10 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv install 3.4.3
pyenv virtualenv 3.4.3 pysendfile
;;
+ py36)
+ pyenv install 3.6.6
+ pyenv virtualenv 3.6.6 pysendfile
+ ;;
esac
pyenv rehash
pyenv activate pysendfile