From 4e91f7f86436ffe8b1a2bebb4fe1ee74e7824c2c Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 14 Sep 2015 09:02:46 -0500 Subject: let's add python 3.5 to our test matrix --- .travis/install.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis') 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 -- cgit v1.2.3