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 929cf48b..1e625509 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -33,6 +33,10 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv install 3.4.2
pyenv global 3.4.2
;;
+ py35)
+ pyenv install 3.5.0
+ pyenv global 3.5.0
+ ;;
pypy)
pyenv install pypy-2.6.1
pyenv global pypy-2.6.1