From f855b2896d2881e9dd3487d1d05b1dc904a672e4 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 17 Mar 2014 11:16:32 -0400 Subject: add python 3.4 to osx and linux builders --- .travis/install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.travis') diff --git a/.travis/install.sh b/.travis/install.sh index 7e77fc87..74220bff 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -56,6 +56,11 @@ if [[ "$(uname -s)" == "Darwin" ]]; then pyenv global 3.3.2 pip install virtualenv ;; + py34) + pyenv install 3.4.0 + pyenv global 3.4.0 + pip install virtualenv + ;; docs) curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py sudo python get-pip.py @@ -78,6 +83,9 @@ else py33) sudo apt-get install python3.3 python3.3-dev ;; + py34) + sudo apt-get install python3.4 python3.4-dev + ;; py3pep8) sudo apt-get install python3.3 python3.3-dev ;; -- cgit v1.2.3