aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index f405ab1c..14c29dfe 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -32,6 +32,10 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv install 3.5.2
pyenv global 3.5.2
;;
+ py36)
+ pyenv install 3.6.0
+ pyenv global 3.6.0
+ ;;
pypy*)
pyenv install "pypy-$PYPY_VERSION"
pyenv global "pypy-$PYPY_VERSION"